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 e1cfed8 commit 06b6542Copy full SHA for 06b6542
Makefile
@@ -66,8 +66,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
66
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
67
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
68
69
-BASEIMAGE_PROD ?= postgres:9.6-alpine
70
-BASEIMAGE_DBG ?= postgres:9.6
+BASEIMAGE_PROD ?= postgres:9.6.19-alpine
+BASEIMAGE_DBG ?= postgres:9.6.19
71
72
IMAGE := $(REGISTRY)/$(BIN)
73
VERSION_PROD := $(VERSION)
0 commit comments