Skip to content

Commit

Permalink
Bump alpine from 3.14.0 to 3.14.1 (super-linter#1847)
Browse files Browse the repository at this point in the history
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent a5e4275 commit a318907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
################################################################################
# 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 #
Expand Down Expand Up @@ -345,7 +345,7 @@ RUN cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=ON \
################################################################################
# Grab small clean image #######################################################
################################################################################
FROM alpine:3.14.0 as final
FROM alpine:3.14.1 as final

############################
# Get the build arguements #
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
################################################################################
# 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 #
Expand Down Expand Up @@ -283,7 +283,7 @@ RUN cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=ON \
################################################################################
# Grab small clean image #######################################################
################################################################################
FROM alpine:3.14.0 as final
FROM alpine:3.14.1 as final

############################
# Get the build arguements #
Expand Down

0 comments on commit a318907

Please sign in to comment.