Skip to content

Commit f9bf648

Browse files
author
Andrei Neagu
committed
bump tooling
1 parent da17826 commit f9bf648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define _bumpversion
1313
# upgrades as $(subst $(1),,$@) version, commits and tags
1414
@docker run -it --rm -v $(PWD):/spinal-cord-toolbox \
1515
-u $(shell id -u):$(shell id -g) \
16-
itisfoundation/ci-service-integration-library:v1.0.1-dev-25 \
16+
itisfoundation/ci-service-integration-library:v2.0.5 \
1717
sh -c "cd /spinal-cord-toolbox && bump2version --verbose --list --config-file $(1) $(subst $(2),,$@)"
1818
endef
1919

@@ -28,7 +28,7 @@ version-patch version-minor version-major: .bumpversion.cfg ## increases service
2828
compose-spec: ## runs ooil to assemble the docker-compose.yml file
2929
@docker run -it --rm -v $(PWD):/spinal-cord-toolbox \
3030
-u $(shell id -u):$(shell id -g) \
31-
itisfoundation/ci-service-integration-library:v1.0.1-dev-25 \
31+
itisfoundation/ci-service-integration-library:v2.0.5 \
3232
sh -c "cd /spinal-cord-toolbox && ooil compose"
3333

3434
.PHONY: build

0 commit comments

Comments
 (0)