Skip to content
Snippets Groups Projects
Commit 9bc848a5 authored by Dean Lovett's avatar Dean Lovett
Browse files

chore: updated image

parent 428758da
No related branches found
No related tags found
No related merge requests found
Pipeline #44618 passed
......@@ -67,7 +67,9 @@ case "$1" in
;;
gu|gemfile-updater)
shift
docker run -it -v "$(pwd)":/app -v /usr/local/bundle:/usr/local/bundle registry.nexusmods.com/nexus-mods/devops/tools/base-image-gemfile-updater:v2.0.2 "$@"
GU_IMAGE=registry.nexusmods.com/nexus-mods/devops/tools/base-image-gemfile-updater:stable
docker pull $GU_IMAGE
docker run -it -v "$(pwd)":/app -v /usr/local/bundle:/usr/local/bundle $GU_IMAGE "$@"
;;
bu|bundle-update)
shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment