Skip to content

Commit

Permalink
pulls in all recent starter site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstanley committed May 2, 2024
1 parent 9edf77d commit d5073c4
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 @@ -50,10 +50,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.7.1
ARG STARTER_SITE_COMMIT=1.8.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=217fab4dc9d15184f6bc11c11f66c316bf08be03d9c0937b64ca90a0057350de
ARG STARTER_SITE_SHA256=796cf1013085059f582ebde07d01a9ca3de16ce3ea546d1eecc1806f625c0457

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

0 comments on commit d5073c4

Please sign in to comment.