Skip to content

Commit

Permalink
Bump alpine from 3.14.2 to 3.14.3 (super-linter#2132)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and sarahc23 committed May 6, 2022
1 parent 6891d6a commit 8f02f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 8f02f69

Please sign in to comment.