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 9d1856e commit 2e94c31Copy full SHA for 2e94c31
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:10.6-alpine
70
-BASEIMAGE_DBG ?= postgres:10.6
+BASEIMAGE_PROD ?= postgres:10.14-alpine
+BASEIMAGE_DBG ?= postgres:10.14
71
72
IMAGE := $(REGISTRY)/$(BIN)
73
VERSION_PROD := $(VERSION)
0 commit comments