Skip to content

Commit b3d7c3e

Browse files
committed
Fix TAG_SUFFIX for 14-debian13
1 parent 6f55277 commit b3d7c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14-debian13/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
TAG := $(shell basename ${PWD})
33
IMAGE := panubo/postgres
44
REGISTRY := quay.io
5-
TAG_SUFFIX := -debian11
5+
TAG_SUFFIX := -debian13
66

77
PG_VERSION = $(shell docker inspect $(REGISTRY)/$(IMAGE):$(TAG) | jq -r '.[0].Config.Env[] | select(match("PG_VERSION"))')
88
PG_VERSION_MAJOR = $(shell sed -E 's/.*=([0-9]+)\..*/\1/' <<<"$(PG_VERSION)")

0 commit comments

Comments
 (0)