Skip to content

Commit 79aaf23

Browse files
committed
Merge branch 'main' of github.com:serenity-js/serenity-js-docker
2 parents 3b57eed + 94fd01d commit 79aaf23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build image
8383
id: build
84-
uses: docker/build-push-action@v4
84+
uses: docker/build-push-action@v6
8585
with:
8686
context: .
8787
tags: serenity-js:latest
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Push image
100100
if: success() && github.ref == 'refs/heads/main'
101-
uses: docker/build-push-action@v4
101+
uses: docker/build-push-action@v6
102102
with:
103103
context: .
104104
push: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:noble@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
1+
FROM ubuntu:noble@sha256:e96e81f410a9f9cae717e6cdd88cc2a499700ff0bb5061876ad24377fcc517d7
22

33
LABEL org.opencontainers.image.source="https://github.com/serenity-js/serenity-js-docker"
44
LABEL org.opencontainers.image.description="Serenity/JS runtime environment: Ubuntu, Node.js, JRE, Playwright browsers, Google Chrome, Microsoft Edge"

0 commit comments

Comments
 (0)