mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
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:
parent
d0972d9468
commit
6d947faec3
2 changed files with 2 additions and 2 deletions
|
@ -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 #
|
||||||
|
|
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue