mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Bump alpine from 3.14.1 to 3.14.2 (#1903)
Bumps alpine from 3.14.1 to 3.14.2. --- 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
4089a5df72
commit
37198a2453
2 changed files with 4 additions and 4 deletions
|
@ -312,7 +312,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
|
|||
################################################################################
|
||||
# Build the clang-format binary ################################################
|
||||
################################################################################
|
||||
FROM alpine:3.14.1 as clang-format-build
|
||||
FROM alpine:3.14.2 as clang-format-build
|
||||
|
||||
######################
|
||||
# Build dependencies #
|
||||
|
@ -350,7 +350,7 @@ RUN cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=ON \
|
|||
################################################################################
|
||||
# Grab small clean image #######################################################
|
||||
################################################################################
|
||||
FROM alpine:3.14.1 as final
|
||||
FROM alpine:3.14.2 as final
|
||||
|
||||
############################
|
||||
# Get the build arguements #
|
||||
|
|
|
@ -250,7 +250,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
|
|||
################################################################################
|
||||
# Build the clang-format binary ################################################
|
||||
################################################################################
|
||||
FROM alpine:3.14.1 as clang-format-build
|
||||
FROM alpine:3.14.2 as clang-format-build
|
||||
|
||||
######################
|
||||
# Build dependencies #
|
||||
|
@ -288,7 +288,7 @@ RUN cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=ON \
|
|||
################################################################################
|
||||
# Grab small clean image #######################################################
|
||||
################################################################################
|
||||
FROM alpine:3.14.1 as final
|
||||
FROM alpine:3.14.2 as final
|
||||
|
||||
############################
|
||||
# Get the build arguements #
|
||||
|
|
Loading…
Reference in a new issue