Suspicious version number 1.0.49 in oficial image on Docker hub #236

Closed
opened 2026-02-20 15:16:41 -05:00 by deekerman · 1 comment
Owner

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

/var/wiki # cat package.json
{
  "name": "wiki",
  "version": "1.0.49",
  "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  "main": "wiki.js",
 ...

Expected behavior

It shall contain latest released version 1.0.12

Steps to reproduce the behavior

docker run requarks/wiki cat package.json

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 ``` /var/wiki # cat package.json { "name": "wiki", "version": "1.0.49", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "main": "wiki.js", ... ``` ### Expected behavior It shall contain latest released version 1.0.12 ### Steps to reproduce the behavior `docker run requarks/wiki cat package.json` <!--- FOR FEATURE REQUESTS: Use the feature request board instead: https://requests.requarks.io/wiki ---> <!-- Love Wiki.js? Please consider supporting our collective: 👉 https://opencollective.com/wikijs/donate -->
deekerman 2026-02-20 15:16:41 -05:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wiki#236
No description provided.