We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f55277 commit b3d7c3eCopy full SHA for b3d7c3e
14-debian13/Makefile
@@ -2,7 +2,7 @@ SHELL := /bin/bash
2
TAG := $(shell basename ${PWD})
3
IMAGE := panubo/postgres
4
REGISTRY := quay.io
5
-TAG_SUFFIX := -debian11
+TAG_SUFFIX := -debian13
6
7
PG_VERSION = $(shell docker inspect $(REGISTRY)/$(IMAGE):$(TAG) | jq -r '.[0].Config.Env[] | select(match("PG_VERSION"))')
8
PG_VERSION_MAJOR = $(shell sed -E 's/.*=([0-9]+)\..*/\1/' <<<"$(PG_VERSION)")
0 commit comments