Skip to content

Commit 06b6542

Browse files
committed
Add support for postgres:9.6.19
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent e1cfed8 commit 06b6542

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

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

0 commit comments

Comments
 (0)