Skip to content

Commit

Permalink
upped playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
phartenfeller committed Sep 5, 2022
1 parent 83e7d21 commit d64105e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.23.3-focal
FROM mcr.microsoft.com/playwright:v1.25.1-jammy

LABEL org.opencontainers.image.source https://github.com/mt-ag/lct-playwright-image

Expand All @@ -16,5 +16,4 @@ RUN cd /app/workdir && \

WORKDIR /app/workdir

# Run tests
CMD ["bash", "entrypoint.sh"]
2 changes: 1 addition & 1 deletion files/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.23.3"
"@playwright/test": "1.25.1"
},
"scripts": {}
}

0 comments on commit d64105e

Please sign in to comment.