Skip to content

Commit

Permalink
Merge pull request #13 from ajstanley/main
Browse files Browse the repository at this point in the history
bumped starter site version
  • Loading branch information
nigelgbanks authored Feb 24, 2024
2 parents a23704b + c23ad12 commit c695f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ RUN --mount=type=cache,id=sandbox-downloads-${TARGETARCH},sharing=locked,target=
FROM ${REPOSITORY}/drupal:${TAG} AS starter

ARG TARGETARCH
ARG STARTER_SITE_COMMIT=1.3.0
ARG STARTER_SITE_COMMIT=1.4.0
ARG STARTER_SITE_FILE=${STARTER_SITE_COMMIT}.tar.gz
ARG STARTER_SITE_URL=https://github.com/Islandora-Devops/islandora-starter-site/archive/${STARTER_SITE_FILE}
ARG STARTER_SITE_SHA256=f2fbfbc3ce2ab0dc6ebb31467de251333593f8b59cd9d21c19e3380774aaa011
ARG STARTER_SITE_SHA256=52c278ec1b7b02dcfb3ebe84cdf8186908f0c0dcbd2d6a654fbf046ed69442f4

RUN --mount=type=cache,id=sandbox-downloads-${TARGETARCH},sharing=locked,target=/opt/downloads \
download.sh \
Expand Down

0 comments on commit c695f5f

Please sign in to comment.