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 747613b commit 81de1d6Copy full SHA for 81de1d6
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:11.2-alpine
70
-BASEIMAGE_DBG ?= postgres:11.2
+BASEIMAGE_PROD ?= postgres:11.9-alpine
+BASEIMAGE_DBG ?= postgres:11.9
71
72
IMAGE := $(REGISTRY)/$(BIN)
73
VERSION_PROD := $(VERSION)
0 commit comments