Skip to content

Commit 2e94c31

Browse files
committed
Add support for postgres:10.14
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 9d1856e commit 2e94c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
6666
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
6767
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6868

69-
BASEIMAGE_PROD ?= postgres:10.6-alpine
70-
BASEIMAGE_DBG ?= postgres:10.6
69+
BASEIMAGE_PROD ?= postgres:10.14-alpine
70+
BASEIMAGE_DBG ?= postgres:10.14
7171

7272
IMAGE := $(REGISTRY)/$(BIN)
7373
VERSION_PROD := $(VERSION)

0 commit comments

Comments
 (0)