mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-12 14:38:11 +00:00
Removed unsupported version 9.4
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
DOCKER_BAKE_FILE=${1:-"docker-bake.hcl"}
|
||||
TAGS=${TAGS:-"12 11 10 9.6 9.5 9.4"}
|
||||
TAGS=${TAGS:-"12 11 10 9.6 9.5"}
|
||||
GOCRONVER=${GOCRONVER:-"v0.0.9"}
|
||||
PLATFORMS=${PLATFORMS:-"linux/amd64 linux/arm64 linux/arm/v7"}
|
||||
IMAGE_NAME=${IMAGE_NAME:-"prodrigestivill/postgres-backup-local"}
|
||||
|
||||
Reference in New Issue
Block a user