1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00
docker-library--ruby/update.sh
2021-07-07 16:55:11 -07:00

7 lines
134 B
Bash
Executable file

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