Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent c19f74a commit 0a714f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.38.1-focal
FROM mcr.microsoft.com/playwright:v1.39.0-focal
RUN apt update && apt install -y libgudev-1.0-0 libsoup2.4-1 libsoup2.4-dev && apt clean && rm -rf /var/lib/apt/lists/*
WORKDIR /app
RUN mkdir -p /app
Expand Down

0 comments on commit 0a714f6

Please sign in to comment.