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 #