1
0
mirror of https://github.com/docker-library/golang.git synced 2025-02-06 08:33:38 +00:00
container-golang/update.sh
2020-08-28 15:19:07 -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 "$@"