Is the docker container built from the wrong commit? #9131
BertSvensson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did a:
docker pull swaggerapi/swagger-ui:latest
and then:
JSON.stringify(versions)
in the web-interface, got the version:
{"swaggerUi":{"version":"5.3.2","gitRevision":"g8eeb77f","gitDirty":true,"buildTimestamp":"Mon, 14 Aug 2023 13:14:24 GMT"}}
The git commit
8eeb77f
is the commit before the 5.3.2 tag.Looking at: https://hub.docker.com/r/swaggerapi/swagger-ui/tags my digest values are wrong, is this the reason?
Beta Was this translation helpful? Give feedback.
All reactions