Skip to content

Commit

Permalink
Merge pull request #1141 from kitsuyui/renovate/mcr.microsoft.com-pla…
Browse files Browse the repository at this point in the history
…ywright-1.x

chore(deps): update mcr.microsoft.com/playwright docker tag to v1.48.2
  • Loading branch information
kitsuyui authored Oct 26, 2024
2 parents 97a55fd + b07c64e commit 5df6ce2
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.48.1-focal
FROM mcr.microsoft.com/playwright:v1.48.2-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 5df6ce2

Please sign in to comment.