Skip to content

Commit

Permalink
main -> 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 21, 2025
1 parent b51e6b6 commit 4995837
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
@@ -1,6 +1,6 @@
ARG BASE_IMAGE="us-docker.pkg.dev/libops-images/shared/isle-drupal"
# this is set in libops.yml as "islandora-tag"
ARG ISLANDORA_TAG=main
ARG ISLANDORA_TAG=3.4
FROM ${BASE_IMAGE}:${ISLANDORA_TAG}

COPY --chown=100:101 . /var/www/drupal
Expand Down

0 comments on commit 4995837

Please sign in to comment.