Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent 9d46626 commit c5a828f
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.47.0-focal
FROM mcr.microsoft.com/playwright:v1.47.1-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 c5a828f

Please sign in to comment.