Skip to content

Commit 1619938

Browse files
authored
Fixed integration-configs-db (#2141)
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 4ecfdc0 commit 1619938

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
@@ -95,7 +95,7 @@ exes $(EXES) protos $(PROTO_GOS) lint test shell mod-check check-protos web-buil
9595
configs-integration-test: build-image/$(UPTODATE)
9696
@mkdir -p $(shell pwd)/.pkg
9797
@mkdir -p $(shell pwd)/.cache
98-
@DB_CONTAINER="$$(docker run -d -e 'POSTGRES_DB=configs_test' postgres:9.6)"; \
98+
@DB_CONTAINER="$$(docker run -d -e 'POSTGRES_DB=configs_test' postgres:9.6.16)"; \
9999
echo ; \
100100
echo ">>>> Entering build container: $@"; \
101101
$(SUDO) docker run $(RM) $(TTY) -i $(GOVOLUMES) \

0 commit comments

Comments
 (0)