From 76010a1ef7a21867d95559d34e8f154df3defbaa Mon Sep 17 00:00:00 2001 From: souravbiswassanto Date: Fri, 20 Feb 2026 12:45:17 +0600 Subject: [PATCH] Add postgres 18 Signed-off-by: souravbiswassanto --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8eef91a86..d372815e9 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE_PROD ?= postgres:15.1-alpine -BASEIMAGE_DBG ?= postgres:15.1 +BASEIMAGE_PROD ?= postgres:18.2-alpine +BASEIMAGE_DBG ?= postgres:18.2 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)