diff --git a/.docker/Dockerfile.govcms b/.docker/Dockerfile.govcms index 0b85f872..5a38d5f0 100644 --- a/.docker/Dockerfile.govcms +++ b/.docker/Dockerfile.govcms @@ -2,7 +2,7 @@ ARG LAGOON_IMAGE_VERSION FROM uselagoon/php-8.1-cli-drupal:${LAGOON_IMAGE_VERSION} as builder -COPY --from=ghcr.io/salsadigitalauorg/shipshape:0.1.12 /usr/local/bin/shipshape /usr/local/bin/shipshape +COPY --from=ghcr.io/salsadigitalauorg/shipshape:0.1.13 /usr/local/bin/shipshape /usr/local/bin/shipshape ARG GOVCMS_PROJECT_VERSION ARG COMPOSER_AUTH diff --git a/.env.default b/.env.default index 6cb27c31..ea1e93fa 100644 --- a/.env.default +++ b/.env.default @@ -39,7 +39,7 @@ SITE_AUDIT_VERSION=7.x-3.x # Set the version of GovCMS and Drupal Core to use - you can use a tag or branch reference (1.x-dev) here # See https://github.com/govCMS/govcms8/releases -GOVCMS_PROJECT_VERSION=2.18.0 +GOVCMS_PROJECT_VERSION=2.19.0 # Set the Lagoon tag to use for the upstream dockerfiles (e.g. 20.12.0) # See https://github.com/uselagoon/lagoon-images/releases