From 6d947faec31dd7df1f252741eb22673f4f84c458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:52:54 -0600 Subject: [PATCH] Bump alpine from 3.14.3 to 3.15.0 (#2187) Bumps alpine from 3.14.3 to 3.15.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- Dockerfile | 2 +- Dockerfile-slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b37586b5..68eb6d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -339,7 +339,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image ####################################################### ################################################################################ -FROM alpine:3.14.3 as final +FROM alpine:3.15.0 as final ############################ # Get the build arguements # diff --git a/Dockerfile-slim b/Dockerfile-slim index 86c35607..6e73728b 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -279,7 +279,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image ####################################################### ################################################################################ -FROM alpine:3.14.3 as final +FROM alpine:3.15.0 as final ############################ # Get the build arguements #