From 695fb9201552a9f1f6efdb3c3a83cd086635da05 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Wed, 12 Jun 2024 14:54:36 -0300 Subject: [PATCH] Resolves #397: Use 'main' for buildkit image tag. (#398) --- sample.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.env b/sample.env index c974539b1..aada66dac 100644 --- a/sample.env +++ b/sample.env @@ -94,7 +94,7 @@ REPOSITORY=islandora # The version of the isle-buildkit images, non isle-buildkit images have # their versions specified explicitly in their respective docker-compose files. -TAG=3.2.2 +TAG=main ############################################################################### # Exposed Containers & Ports