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:
dependabot[bot] 2021-08-09 08:48:14 -05:00 committed by GitHub
parent a5e4275fa5
commit a31890769e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 #
@ -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 #

View file

@ -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 #
@ -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 #