Skip to content

Commit

Permalink
Merge pull request #21 from ajstanley/main
Browse files Browse the repository at this point in the history
Update to buildkit 3.2.4
  • Loading branch information
nigelgbanks authored May 22, 2024
2 parents ddeca0b + c96c382 commit c1c8ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONSISTENCY=delegated
ISLANDORA_REPOSITORY=islandora

# The version of the isle-buildkit images to use.
ISLANDORA_TAG=3.2.3
ISLANDORA_TAG=3.2.4

# The Docker image repository, to push/build for custom images from.
REPOSITORY=islandora
Expand Down
4 changes: 2 additions & 2 deletions drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ARG TAG
FROM ${REPOSITORY}/drupal:${TAG} AS workbench

ARG TARGETARCH
ARG WORKBENCH_COMMIT=c197de3
ARG WORKBENCH_COMMIT=e268f97
ARG WORKBENCH_FILE=${WORKBENCH_COMMIT}.tar.gz
ARG WORKBENCH_URL=https://github.com/mjordan/islandora_workbench/archive/${WORKBENCH_FILE}
ARG WORKBENCH_SHA256=037e6d0616d10977b248043560b07abb697d63f8d8cc3d1317f5ae612d92f7c2
ARG WORKBENCH_SHA256=be1f6992aca256b583d38496847fb1f81f6dcb5064e542301f9059c9f0389727

RUN --mount=type=cache,id=sandbox-apk-${TARGETARCH},sharing=locked,target=/var/cache/apk \
apk add \
Expand Down

0 comments on commit c1c8ab1

Please sign in to comment.