From a31890769e2c2fc644af9b1f77394f96ccc5cd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 08:48:14 -0500 Subject: [PATCH] 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] 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 475d7bea..7cea51b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # diff --git a/Dockerfile-slim b/Dockerfile-slim index d202fb62..f92af41c 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -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 #