File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ define _bumpversion
13
13
# upgrades as $(subst $(1),,$@) version, commits and tags
14
14
@docker run -it --rm -v $(PWD ) :/spinal-cord-toolbox \
15
15
-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 \
17
17
sh -c "cd /spinal-cord-toolbox && bump2version --verbose --list --config-file $(1 ) $(subst $(2 ) ,,$@ ) "
18
18
endef
19
19
@@ -28,7 +28,7 @@ version-patch version-minor version-major: .bumpversion.cfg ## increases service
28
28
compose-spec : # # runs ooil to assemble the docker-compose.yml file
29
29
@docker run -it --rm -v $(PWD ) :/spinal-cord-toolbox \
30
30
-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 \
32
32
sh -c " cd /spinal-cord-toolbox && ooil compose"
33
33
34
34
.PHONY : build
You can’t perform that action at this time.
0 commit comments