mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:57:36 -05:00
Suspicious version number 1.0.49 in oficial image on Docker hub #236
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vrabcak on GitHub (Dec 16, 2017).
Originally assigned to: @NGPixel on GitHub.
Actual behavior
Oficial docker image pulled from https://hub.docker.com/r/requarks/wiki/ contains version number 1.0.49
Expected behavior
It shall contain latest released version 1.0.12
Steps to reproduce the behavior
docker run requarks/wiki cat package.json@NGPixel commented on GitHub (Dec 16, 2017):
The docker image was built using a new build system, which increments the patch number on every build. The next release (whether its 1.x or 2.0) will have the correct build number for both docker and non-docker releases.