mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 02:01:02 -05:00
Bump alpine from 3.14.0 to 3.14.1 (#1847)
Bumps alpine from 3.14.0 to 3.14.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a5e4275fa5
commit
a31890769e
2 changed files with 4 additions and 4 deletions
|
@ -307,7 +307,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
|
||||||
################################################################################
|
################################################################################
|
||||||
# Build the clang-format binary ################################################
|
# Build the clang-format binary ################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM alpine:3.14.0 as clang-format-build
|
FROM alpine:3.14.1 as clang-format-build
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Build dependencies #
|
# Build dependencies #
|
||||||
|
@ -345,7 +345,7 @@ RUN cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=ON \
|
||||||
################################################################################
|
################################################################################
|
||||||
# Grab small clean image #######################################################
|
# Grab small clean image #######################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM alpine:3.14.0 as final
|
FROM alpine:3.14.1 as final
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Get the build arguements #
|
# Get the build arguements #
|
||||||
|
|
|
@ -245,7 +245,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
|
||||||
################################################################################
|
################################################################################
|
||||||
# Build the clang-format binary ################################################
|
# Build the clang-format binary ################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM alpine:3.14.0 as clang-format-build
|
FROM alpine:3.14.1 as clang-format-build
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Build dependencies #
|
# Build dependencies #
|
||||||
|
@ -283,7 +283,7 @@ RUN cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=ON \
|
||||||
################################################################################
|
################################################################################
|
||||||
# Grab small clean image #######################################################
|
# Grab small clean image #######################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM alpine:3.14.0 as final
|
FROM alpine:3.14.1 as final
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Get the build arguements #
|
# Get the build arguements #
|
||||||
|
|
Loading…
Reference in a new issue