Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Docker Hub wrong version - 0.4.0 #118

Closed
arthur-leclerc opened this issue Dec 20, 2019 · 1 comment · Fixed by #119
Closed

Docker Hub wrong version - 0.4.0 #118

arthur-leclerc opened this issue Dec 20, 2019 · 1 comment · Fixed by #119
Assignees
Labels
area/build Issues related to builds kind/bug Issues relating to bugs

Comments

@arthur-leclerc
Copy link

arthur-leclerc commented Dec 20, 2019

Describe the bug

The latest version pushed on Docker Hub does not seem to be the right one.

The interface displays version 0.3.0 instead of 0.4.0 and the digest (a73972f6f7bd) is the same on the Docker Hub for both versions.

Build also show version 0.3.0.

Seem likes you forgot to bump up version in the Dockerfile.

To reproduce

docker run -it --rm -p 8000:8000 jrasell/sherpa:0.4.0 server --bind-addr 0.0.0.0 --ui

Hit http://127.0.0.1:8000/ui, version 0.3.0 is displayed.

Expected behavior

Sherpa at version 0.4.0.

@jrasell jrasell self-assigned this Dec 20, 2019
@jrasell jrasell added area/build Issues related to builds kind/bug Issues relating to bugs labels Dec 20, 2019
@jrasell
Copy link
Owner

jrasell commented Dec 20, 2019

@arthur-leclerc thanks and sorry about this! This should now be resolved.

jrasell added a commit that referenced this issue Dec 20, 2019
jrasell added a commit that referenced this issue Dec 20, 2019
Update Dockerfile version to build v0.4.0.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/build Issues related to builds kind/bug Issues relating to bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants