Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/build-push-…
Browse files Browse the repository at this point in the history
…action-6
  • Loading branch information
ben-harvey authored Dec 11, 2024
2 parents 8f3a2e9 + eacd60c commit 2662775
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.21.0 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.21.0 as install

Check warning on line 1 in playwright.Dockerfile

View workflow job for this annotation

GitHub Actions / Build and push 'playwright' image / Build and test the runner image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

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

0 comments on commit 2662775

Please sign in to comment.