Skip to content

Commit fb98569

Browse files
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.61.0
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 6f6cabb commit fb98569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.acceptance-test.multistage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USER 185
1717
RUN cd /usr/src/app/ && ./mvnw clean package -Dacceptance-test -DskipTests $MAVEN_BUILD_EXTRA_ARGS
1818

1919
## Stage 2 : create the docker final image
20-
FROM mcr.microsoft.com/playwright:v1.60.0-noble
20+
FROM mcr.microsoft.com/playwright:v1.61.0-noble
2121

2222
ARG JAVA_PACKAGE=openjdk-17-jre-headless
2323
ARG MAVEN_EXTRA_ARGS=

0 commit comments

Comments
 (0)