From eca2494a0d1352c731f18a7e398d08223672b759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 10:58:21 -0600 Subject: [PATCH] Bump alpine from 3.14.2 to 3.14.3 (#2132) Bumps alpine from 3.14.2 to 3.14.3. --- 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 | 2 +- Dockerfile-slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6eb7f086..19005ce8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -337,7 +337,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image ####################################################### ################################################################################ -FROM alpine:3.14.2 as final +FROM alpine:3.14.3 as final ############################ # Get the build arguements # diff --git a/Dockerfile-slim b/Dockerfile-slim index bc1bf4ee..0c1d4b96 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -275,7 +275,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image ####################################################### ################################################################################ -FROM alpine:3.14.2 as final +FROM alpine:3.14.3 as final ############################ # Get the build arguements #