Skip to content

Commit 64f1a8a

Browse files
author
Javier Garcia Ordonez
committed
update ci-service-integration-library in Makefile compose-spec
1 parent 2abae4d commit 64f1a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define _bumpversion
2222
# upgrades as $(subst $(1),,$@) version, commits and tags
2323
@docker run -it --rm -v $(PWD):/${DOCKER_IMAGE_NAME} \
2424
-u $(shell id -u):$(shell id -g) \
25-
itisfoundation/ci-service-integration-library:v1.0.4 \
25+
itisfoundation/ci-service-integration-library:latest\
2626
sh -c "cd /${DOCKER_IMAGE_NAME} && bump2version --verbose --list --config-file $(1) $(subst $(2),,$@)"
2727
endef
2828

@@ -36,7 +36,7 @@ version-patch version-minor version-major: .bumpversion.cfg ## increases service
3636
compose-spec: ## runs ooil to assemble the docker-compose.yml file
3737
@docker run --rm -v $(PWD):/${DOCKER_IMAGE_NAME} \
3838
-u $(shell id -u):$(shell id -g) \
39-
itisfoundation/ci-service-integration-library:v1.0.4 \
39+
itisfoundation/ci-service-integration-library:latest\
4040
sh -c "cd /${DOCKER_IMAGE_NAME} && ooil compose"
4141

4242
build: | compose-spec ## build docker image

0 commit comments

Comments
 (0)