mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
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:
parent
957d9773c4
commit
eca2494a0d
2 changed files with 2 additions and 2 deletions
|
@ -337,7 +337,7 @@ RUN apk add --no-cache rakudo zef \
|
|||
################################################################################
|
||||
# Grab small clean image #######################################################
|
||||
################################################################################
|
||||
FROM alpine:3.14.2 as final
|
||||
FROM alpine:3.14.3 as final
|
||||
|
||||
############################
|
||||
# Get the build arguements #
|
||||
|
|
|
@ -275,7 +275,7 @@ RUN apk add --no-cache rakudo zef \
|
|||
################################################################################
|
||||
# Grab small clean image #######################################################
|
||||
################################################################################
|
||||
FROM alpine:3.14.2 as final
|
||||
FROM alpine:3.14.3 as final
|
||||
|
||||
############################
|
||||
# Get the build arguements #
|
||||
|
|
Loading…
Reference in a new issue