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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-12-08 09:52:54 -06:00 committed by GitHub
parent d0972d9468
commit 6d947faec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -339,7 +339,7 @@ RUN apk add --no-cache rakudo zef \
################################################################################ ################################################################################
# Grab small clean image ####################################################### # Grab small clean image #######################################################
################################################################################ ################################################################################
FROM alpine:3.14.3 as final FROM alpine:3.15.0 as final
############################ ############################
# Get the build arguements # # Get the build arguements #

View file

@ -279,7 +279,7 @@ RUN apk add --no-cache rakudo zef \
################################################################################ ################################################################################
# Grab small clean image ####################################################### # Grab small clean image #######################################################
################################################################################ ################################################################################
FROM alpine:3.14.3 as final FROM alpine:3.15.0 as final
############################ ############################
# Get the build arguements # # Get the build arguements #