Skip to content

Commit 81de1d6

Browse files
committed
Add support for postgres:11.9
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 747613b commit 81de1d6

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:11.2-alpine
70-
BASEIMAGE_DBG ?= postgres:11.2
69+
BASEIMAGE_PROD ?= postgres:11.9-alpine
70+
BASEIMAGE_DBG ?= postgres:11.9
7171

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

0 commit comments

Comments
 (0)