Skip to content

Commit 1d9b4fa

Browse files
committed
Use docker image with all versions of bash and git
Stop using the one build for bash+ and use one specifically designed for git-subrepo
1 parent ddb16ec commit 1d9b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ INSTALL_EXT ?= $(INSTALL_LIB)/$(NAME).d
2222
INSTALL_MAN1 ?= $(DESTDIR)$(PREFIX)/share/man/man1
2323

2424
# Docker variables:
25-
DOCKER_TAG ?= git-subrepo-testing:latest
25+
DOCKER_TAG ?= admorgan/git-subrepo-testing:1.0
2626
DOCKER_IMAGE := $(DOCKER_TAG)
2727
BASH_VERSIONS ?= 5.3 5.2 5.1 5.0 4.4 4.3 4.2 4.1 4.0
2828
GIT_VERSIONS := 2.51 2.48 2.40 2.30 2.29 2.25 2.23

0 commit comments

Comments
 (0)