We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecfdc0 commit 1619938Copy full SHA for 1619938
Makefile
@@ -95,7 +95,7 @@ exes $(EXES) protos $(PROTO_GOS) lint test shell mod-check check-protos web-buil
95
configs-integration-test: build-image/$(UPTODATE)
96
@mkdir -p $(shell pwd)/.pkg
97
@mkdir -p $(shell pwd)/.cache
98
- @DB_CONTAINER="$$(docker run -d -e 'POSTGRES_DB=configs_test' postgres:9.6)"; \
+ @DB_CONTAINER="$$(docker run -d -e 'POSTGRES_DB=configs_test' postgres:9.6.16)"; \
99
echo ; \
100
echo ">>>> Entering build container: $@"; \
101
$(SUDO) docker run $(RM) $(TTY) -i $(GOVOLUMES) \
0 commit comments