Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN npm run build
# Official Playwright image: matches the installed playwright version and ships
# Chromium + all system libraries, so we don't hand-maintain an apt list or run a
# separate browser install. PLAYWRIGHT_BROWSERS_PATH=/ms-playwright is preset.
FROM mcr.microsoft.com/playwright:v1.52.0-jammy AS production
FROM mcr.microsoft.com/playwright:v1.61.1-jammy AS production

# tini as PID 1 to reap zombie Chromium helper processes.
RUN apt-get update && apt-get install -y --no-install-recommends tini \
Expand Down
Loading
Loading