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

View file

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

View file

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