We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b2327 + 4da68fe commit 7605ba4Copy full SHA for 7605ba4
docker-compose.backstop.yaml
@@ -10,11 +10,11 @@ services:
10
build:
11
context: './backstopBuild'
12
args:
13
- BASE_IMAGE: backstopjs/backstopjs:6.3.3
+ BASE_IMAGE: backstopjs/backstopjs:6.3.25
14
username: $USER
15
uid: $DDEV_UID
16
gid: $DDEV_GID
17
- image: backstopjs/backstopjs:6.3.3-${DDEV_SITENAME}-built
+ image: backstopjs/backstopjs:6.3.25-${DDEV_SITENAME}-built
18
user: '$DDEV_UID:$DDEV_GID'
19
# Add init to reap Chrome processes, as noted at
20
# https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-in-docker
0 commit comments