Skip to content

Docker latest tag is outdated #1888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
antonindupontsinch opened this issue Apr 26, 2021 · 1 comment · Fixed by #1912
Closed

Docker latest tag is outdated #1888

antonindupontsinch opened this issue Apr 26, 2021 · 1 comment · Fixed by #1912
Labels

Comments

@antonindupontsinch
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Command attempted

$ docker run -it --rm scaleway/cli:latest version           

Client version: v1.20
Go version (client): go1.13
Git commit (client): 
OS/Arch (client): linux/386

Expected Behavior

I expect to have the latest version.

Actual Behavior

I get a two years old outdated version.

More info

@remyleone
Copy link
Member

It is now fixed :) Keep in mind you can check for a particular version by using a version for instance:

docker run -it --rm scaleway/cli:v2.3.0 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants