Skip to content

Commit

Permalink
Merge pull request #4 from cwrc/isle-buildkit_3.4.0
Browse files Browse the repository at this point in the history
Update Isle-Buildkit to v3.4.0 from 3.2.5
  • Loading branch information
jefferya authored Aug 23, 2024
2 parents 2723053 + c77f0e6 commit 44a7b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG REPOSITORY
ARG TAG

FROM --platform=$BUILDPLATFORM ${REPOSITORY:-islandora}/nginx:${TAG:-3.2.5}
FROM --platform=$BUILDPLATFORM ${REPOSITORY:-islandora}/nginx:${TAG:-3.4.0}

# Install packages and tools that allow for basic downloads.
RUN --mount=type=cache,id=bagger-apk-${TARGETARCH},sharing=locked,target=/var/cache/apk \
Expand Down

0 comments on commit 44a7b32

Please sign in to comment.