Skip to content

Commit 76010a1

Browse files
Add postgres 18
Signed-off-by: souravbiswassanto <saurov@appscode.com>
1 parent 5276435 commit 76010a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
5858
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5959
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6060

61-
BASEIMAGE_PROD ?= postgres:15.1-alpine
62-
BASEIMAGE_DBG ?= postgres:15.1
61+
BASEIMAGE_PROD ?= postgres:18.2-alpine
62+
BASEIMAGE_DBG ?= postgres:18.2
6363

6464
IMAGE := $(REGISTRY)/$(BIN)
6565
VERSION_PROD := $(VERSION)

0 commit comments

Comments
 (0)