Skip to content

Commit

Permalink
9.3.9 release (#310)
Browse files Browse the repository at this point in the history
* Update shipshape to 0.1.13 (#306)

* Pin GovCMS 2.19.0

Co-authored-by: Steve Worley <sj.worley88@gmail.com>
Co-authored-by: Stuart Rowlands <stuart.rowlands@quantcdn.io>
Co-authored-by: Tara <tarawijayagunawarana@192-168-1-105.tpgi.com.au>
  • Loading branch information
4 people authored Aug 23, 2022
1 parent f829f0b commit 9100174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.govcms
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9100174

Please sign in to comment.