Skip to content

Commit

Permalink
bump: PHPQA, BackstopJS image versions (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Nov 21, 2022
1 parent 316ad01 commit 5f8e202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/PHP/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TTY:=$(shell [ -t 0 ] && echo --tty)
endif

ifndef PHPQA_DOCKER_IMAGE
PHPQA_DOCKER_IMAGE=jakzal/phpqa:1.78.0-php${PHP_VERSION}-alpine
PHPQA_DOCKER_IMAGE=jakzal/phpqa:1.79.1-php${PHP_VERSION}-alpine
endif

ifndef PHPQA_DOCKER_COMMAND
Expand Down
2 changes: 1 addition & 1 deletion resources/Visual/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif

PROJECT_ROOT := $(shell pwd)

BACKSTOP_DOCKER_IMAGE ?= backstopjs/backstopjs:6.1.3
BACKSTOP_DOCKER_IMAGE ?= backstopjs/backstopjs:6.1.4
BACKSTOP_DOCKER_COMMAND ?= docker run --init --interactive ${TTY} --shm-size 256MB --cap-add=SYS_ADMIN --rm --env PROJECT_ROOT=${PROJECT_ROOT} --env BASE_URL=${BASE_URL} --user "$(shell id -u):$(shell id -g)" --tmpfs /tmp --volume "${PROJECT_ROOT}:${PROJECT_ROOT}" --workdir "${PROJECT_ROOT}" ${BACKSTOP_DOCKER_IMAGE} --config backstop.config.js
visual/test:
sh -c "${BACKSTOP_DOCKER_COMMAND} test"
Expand Down

0 comments on commit 5f8e202

Please sign in to comment.