Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Bump playwright from 1.40.0-jammy to v1.40.1-jammy
Browse files Browse the repository at this point in the history
Bumps playwright from 1.40.0-jammy to v1.40.1-jammy.

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ziedelth committed Dec 7, 2023
1 parent 6c1bea8 commit 6f8d0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
COPY . /app
RUN mvn clean package -DskipTests

FROM mcr.microsoft.com/playwright:v1.40.0-jammy
FROM mcr.microsoft.com/playwright:v1.40.1-jammy

ARG version=21.0.1.12-1
RUN set -eux \
Expand Down

0 comments on commit 6f8d0ca

Please sign in to comment.