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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 10:58:21 -06:00 committed by GitHub
parent 957d9773c4
commit eca2494a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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