Bump alpine from 3.15.3 to 3.15.4 (#2761)

Bumps alpine from 3.15.3 to 3.15.4.

---
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] 2022-04-11 14:06:09 -05:00 committed by GitHub
parent f98c07582b
commit 62e1eeaab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ RUN ./build-venvs.sh
################################################################################ ################################################################################
# Grab small clean image to build final_slim ################################### # Grab small clean image to build final_slim ###################################
################################################################################ ################################################################################
FROM alpine:3.15.3 as final_slim FROM alpine:3.15.4 as final_slim
############################ ############################
# Get the build arguements # # Get the build arguements #