Skip to content

Commit

Permalink
Bump alpine from 3.20.2 to 3.20.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.2 to 3.20.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent cd6456b commit 31180a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion latest.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.2 AS install
FROM alpine:3.20.3 AS install

RUN apk add --update --no-cache \
curl \
Expand Down
2 changes: 1 addition & 1 deletion playwright.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.2 as install
FROM alpine:3.20.3 as install

RUN apk add --update --no-cache \
curl \
Expand Down

0 comments on commit 31180a2

Please sign in to comment.