You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I see that the setup is still using the docker/compose image to run docker-compose commands. This image has reached EOL and is already pretty old.
From what I can see, using a new version should be as easy as changing this line:
Hello, I see that the setup is still using the
docker/compose
image to rundocker-compose
commands. This image has reached EOL and is already pretty old.From what I can see, using a new version should be as easy as changing this line:
bitwarden_gcloud/utilities/install-alias.sh
Line 8 in 552257c
so that it says
docker compose
to use the (newer) docker image and itscompose
command.Naturally, anyone with an existing setup would need to update the alias in
~/.bash_alias
The text was updated successfully, but these errors were encountered: