Skip to content

Commit 7605ba4

Browse files
authored
Merge pull request #20 from wilburec/patch-1
Update docker-compose.backstop.yaml to install latest version of Back…
2 parents 12b2327 + 4da68fe commit 7605ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.backstop.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ services:
1010
build:
1111
context: './backstopBuild'
1212
args:
13-
BASE_IMAGE: backstopjs/backstopjs:6.3.3
13+
BASE_IMAGE: backstopjs/backstopjs:6.3.25
1414
username: $USER
1515
uid: $DDEV_UID
1616
gid: $DDEV_GID
17-
image: backstopjs/backstopjs:6.3.3-${DDEV_SITENAME}-built
17+
image: backstopjs/backstopjs:6.3.25-${DDEV_SITENAME}-built
1818
user: '$DDEV_UID:$DDEV_GID'
1919
# Add init to reap Chrome processes, as noted at
2020
# https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-in-docker

0 commit comments

Comments
 (0)