Skip to content

Commit bf80f66

Browse files
Merge pull request #3320 from SwiftPackageIndex/fix-Makefile
Update base image ref
2 parents 5cfe95d + 3ef067b commit bf80f66

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
@@ -68,7 +68,7 @@ test-docker:
6868
@# run tests inside a docker container
6969
docker run --rm -v "$(PWD)":/host -w /host \
7070
--add-host=host.docker.internal:host-gateway \
71-
registry.gitlab.com/finestructure/spi-base:64b8a588964762ef9c89ccecd3ea137a734afcbb \
71+
registry.gitlab.com/finestructure/spi-base:1.0.3 \
7272
make test
7373

7474
test-e2e: db-reset reconcile ingest analyze

0 commit comments

Comments
 (0)