From 37198a245393d2cf26e6c8e84be1af11d2f276b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:48:49 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- Dockerfile-slim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c3d7c82..36755bb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # diff --git a/Dockerfile-slim b/Dockerfile-slim index 487a4f4e..9e92f0ec 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -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 #