Skip to content

Commit

Permalink
Merge pull request #10 from tyler36/20240126_bump_backstopjs
Browse files Browse the repository at this point in the history
Bump backstopjs image
  • Loading branch information
mmunz authored Jan 28, 2024
2 parents 07a1c45 + d2b1301 commit 163c9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.backstop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ services:
build:
context: './backstopBuild'
args:
BASE_IMAGE: backstopjs/backstopjs:6.2.2
BASE_IMAGE: backstopjs/backstopjs:6.3.3
username: $USER
uid: $DDEV_UID
gid: $DDEV_GID
image: backstopjs/backstopjs:6.2.2-${DDEV_SITENAME}-built
image: backstopjs/backstopjs:6.3.3-${DDEV_SITENAME}-built
user: '$DDEV_UID:$DDEV_GID'
# Add init to reap Chrome processes, as noted at
# https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-in-docker
Expand Down

0 comments on commit 163c9d4

Please sign in to comment.