Skip to content

Commit

Permalink
Merge pull request #1123 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.0
  • Loading branch information
kitsuyui authored Oct 9, 2024
2 parents 10f1a8a + 8e6bdb3 commit e1b1706
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.2-focal
FROM mcr.microsoft.com/playwright:v1.48.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 e1b1706

Please sign in to comment.