From 72795566fd9f98bbf8df05c0955ef6608e9924a5 Mon Sep 17 00:00:00 2001 From: Keith James <47220353+kjsanger@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:10:54 +0100 Subject: [PATCH] Fix incorrect porch Docker image target --- docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Makefile b/docker/Makefile index 30cc819..2cc25ac 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -43,7 +43,7 @@ image_names += ub-22.04-irods-clients-4.3.2 image_names += ub-22.04-irods-clients-4.3.3 # image_names += ub-22.04-irods-clients-4.3-nightly -image_names += python-3.10-npg-porch +image_names += python-3.10-npg-porch-2.0.0 git_url=$(shell git remote get-url origin) git_commit=$(shell git log --pretty=format:'%H' -n 1)