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

8 lines
134 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -Eeuo pipefail
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
2021-07-02 18:41:13 -04:00
./versions.sh "$@"
./apply-templates.sh "$@"