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
I'm not sure if I'm interpreting this correctly, but when I pass --image to use the unstable branch, the CLI still seems to pull the :latest version:
% libdragon init --image ghcr.io/dragonminded/libdragon:unstable
Initializing a libdragon project at /.../test3
Downloading docker image: ghcr.io/dragonminded/libdragon:latest
latest: Pulling from dragonminded/libdragon
Digest: sha256:b658097719451d994ced50f10b72692b07c2264d260ab9956bf97987761baf3c
Status: Image is up to date for ghcr.io/dragonminded/libdragon:latest
ghcr.io/dragonminded/libdragon:latest
Creating new container...
The text was updated successfully, but these errors were encountered:
Looks weird indeed. Should not be a problem in practice as currently unstable does not have any toolchain changes. Worth investigating of course, thank you for reporting.
I'm not sure if I'm interpreting this correctly, but when I pass --image to use the unstable branch, the CLI still seems to pull the :latest version:
The text was updated successfully, but these errors were encountered: