Skip to content
Open
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 .ibm/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base image from Microsoft Playwright
# Must stay pinned to a version which includes Nodejs 22
FROM mcr.microsoft.com/playwright:v1.56.0-jammy
FROM mcr.microsoft.com/playwright:v1.56.1-jammy

# Set environment variables for the container
ENV CI=1 \
Expand Down
Loading