mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-07 03:58:00 +00:00
Add postgresql 14 and remove EOL 9.5
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
DOCKER_BAKE_FILE=${1:-"docker-bake.hcl"}
|
||||
TAGS=${TAGS:-"13 12 11 10 9.6 9.5"}
|
||||
TAGS=${TAGS:-"14 13 12 11 10 9.6"}
|
||||
GOCRONVER=${GOCRONVER:-"v0.0.10"}
|
||||
PLATFORMS=${PLATFORMS:-"linux/amd64 linux/arm64 linux/arm/v7 linux/s390x linux/ppc64le"}
|
||||
IMAGE_NAME=${IMAGE_NAME:-"prodrigestivill/postgres-backup-local"}
|
||||
|
||||
Reference in New Issue
Block a user