Skip to content

Commit 7279556

Browse files
authored
Fix incorrect porch Docker image target
1 parent b174fc0 commit 7279556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ image_names += ub-22.04-irods-clients-4.3.2
4343
image_names += ub-22.04-irods-clients-4.3.3
4444
# image_names += ub-22.04-irods-clients-4.3-nightly
4545

46-
image_names += python-3.10-npg-porch
46+
image_names += python-3.10-npg-porch-2.0.0
4747

4848
git_url=$(shell git remote get-url origin)
4949
git_commit=$(shell git log --pretty=format:'%H' -n 1)

0 commit comments

Comments
 (0)