1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-04-18 00:57:36 +03:00
postgres/update.sh
2021-06-16 10:36:52 -07:00

8 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
set -Eeuo pipefail
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
./versions.sh "$@"
./apply-templates.sh "$@"