mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-07-07 02:38:06 +00:00
Add pg version 15 (fixes #120)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
set -e
|
||||
|
||||
GOCRONVER="v0.0.10"
|
||||
MAIN_TAG="14"
|
||||
TAGS_EXTRA="13 12"
|
||||
MAIN_TAG="15"
|
||||
TAGS_EXTRA="14 13 12"
|
||||
PLATFORMS="linux/amd64 linux/arm64 linux/arm/v7 linux/s390x linux/ppc64le"
|
||||
TAGS_EXTRA_2="11 10"
|
||||
PLATFORMS_DEBIAN_2="linux/amd64 linux/arm64 linux/arm/v7"
|
||||
|
||||
Reference in New Issue
Block a user