fix certbot version

This commit is contained in:
qo-op
2023-01-09 20:13:24 +00:00
parent e89e552227
commit 5b6084aad6
6 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ host-certbot-staging: host-docker-build-certbot
# target host-docker-build-%: Build % docker
.PHONY: host-docker-build-%
host-docker-build-%:
$(call docker-build,docker/$*,host/$*:$(DOCKER_IMAGE_TAG))
$(call docker-build,docker/$*,$(HOST_DOCKER_REPOSITORY)/$*:$(DOCKER_IMAGE_TAG))
# target host-docker-rebuild-%: Rebuild % docker
.PHONY: host-docker-rebuild-%