Skip to content

Commit

Permalink
Merge pull request #456 from otto-de/BLA-761
Browse files Browse the repository at this point in the history
fix(Docker): [BLA-761] Update docker image
  • Loading branch information
swethab184 authored May 6, 2024
2 parents 74eea57 + b54b4ec commit aa43227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/workflows/validations.yml
with:
node_version: 18

dependabot-automerge:
name: Dependabot Automerge
needs: [ install, validations ]
Expand Down
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use playwright image as a base
FROM mcr.microsoft.com/playwright:next-jammy as playwright
FROM mcr.microsoft.com/playwright:v1.43.1-jammy as playwright

WORKDIR /b2b

Expand Down

0 comments on commit aa43227

Please sign in to comment.