[GH-ISSUE #2628] Missmatched version number -> conflict with app #6718

Closed
opened 2026-04-20 17:17:57 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @Yotaanit on GitHub (Apr 15, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2628

Pre-submission checklist

  • I have searched for existing open or closed issue reports with the same problem.

Description

I am running Vikunja as selfhosted.

Docker says 2.3.0 / Webview says 2.0.0

Breaks using the app, since it is a missmatch.

Don't know if app or here is the correct place to put bug, but since its in the docker i put it here.

Vikunja Version

2.3.0

Browser and version

Firefox 149.0.2

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

Image

docker inspect output:
"Image": "vikunja/vikunja:latest",
"com.docker.compose.image": "sha256:f6b80393c1998cd5cd0dc38d24762c59ab4c10000a6f1032ef5b554e262cab93",
"org.opencontainers.image.authors": "maintainers@vikunja.io",
"org.opencontainers.image.created": "2026-04-09T18:53:49.161Z",
"org.opencontainers.image.description": "The to-do app to organize your life.",
"org.opencontainers.image.documentation": "https://vikunja.io/docs",
"org.opencontainers.image.licenses": "AGPL-3.0",
"org.opencontainers.image.revision": "28b537837f9808dc106c9058b5829c65759fddf2",
"org.opencontainers.image.source": "https://github.com/go-vikunja/vikunja",
"org.opencontainers.image.title": "vikunja",
"org.opencontainers.image.url": "https://github.com/go-vikunja/vikunja",
"org.opencontainers.image.version": "2.3.0",
"ImageManifestDescriptor": {
"mediaType": "application/vnd.oci.image.manifest.v1+json",

Originally created by @Yotaanit on GitHub (Apr 15, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2628 ### Pre-submission checklist - [x] I have searched for existing open or closed issue reports with the same problem. ### Description I am running Vikunja as selfhosted. Docker says 2.3.0 / Webview says 2.0.0 Breaks using the app, since it is a missmatch. Don't know if app or here is the correct place to put bug, but since its in the docker i put it here. ### Vikunja Version 2.3.0 ### Browser and version Firefox 149.0.2 ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots <img width="646" height="191" alt="Image" src="https://github.com/user-attachments/assets/1d8efc55-b485-46cf-bf97-e987dfb5ff50" /> docker inspect output: "Image": "vikunja/vikunja:latest", "com.docker.compose.image": "sha256:f6b80393c1998cd5cd0dc38d24762c59ab4c10000a6f1032ef5b554e262cab93", "org.opencontainers.image.authors": "maintainers@vikunja.io", "org.opencontainers.image.created": "2026-04-09T18:53:49.161Z", "org.opencontainers.image.description": "The to-do app to organize your life.", "org.opencontainers.image.documentation": "https://vikunja.io/docs", "org.opencontainers.image.licenses": "AGPL-3.0", "org.opencontainers.image.revision": "28b537837f9808dc106c9058b5829c65759fddf2", "org.opencontainers.image.source": "https://github.com/go-vikunja/vikunja", "org.opencontainers.image.title": "vikunja", "org.opencontainers.image.url": "https://github.com/go-vikunja/vikunja", "org.opencontainers.image.version": "2.3.0", "ImageManifestDescriptor": { "mediaType": "application/vnd.oci.image.manifest.v1+json",
GiteaMirror added the area/dockerconcern/ux labels 2026-04-20 17:17:58 -05:00
Author
Owner

@kolaente commented on GitHub (Apr 15, 2026):

Unable to reproduce:

$ docker run vikunja/vikunja:2.3.0 version
Vikunja api version v2.3.0
Built with go1.25.7

$ docker run vikunja/vikunja:latest version
Vikunja api version v2.3.0
Built with go1.25.7

Please check what the vikunja version command reports, this seems like something is wrong with your setup.

<!-- gh-comment-id:4253508918 --> @kolaente commented on GitHub (Apr 15, 2026): Unable to reproduce: ``` $ docker run vikunja/vikunja:2.3.0 version Vikunja api version v2.3.0 Built with go1.25.7 $ docker run vikunja/vikunja:latest version Vikunja api version v2.3.0 Built with go1.25.7 ``` Please check what the `vikunja version` command reports, this seems like something is wrong with your setup.
Author
Owner

@Yotaanit commented on GitHub (Apr 16, 2026):

I have posted the 'docker inspect' output of my running container in the initial ticket. There you can clearly see, that the version is the "correct" one.
Redeploying the service did not change anything in the UI.

<!-- gh-comment-id:4257585318 --> @Yotaanit commented on GitHub (Apr 16, 2026): I have posted the 'docker inspect' output of my running container in the initial ticket. There you can clearly see, that the version is the "correct" one. Redeploying the service did not change anything in the UI.
Author
Owner

@kolaente commented on GitHub (Apr 17, 2026):

What do you get when you run the two commands that I posted?

<!-- gh-comment-id:4268384212 --> @kolaente commented on GitHub (Apr 17, 2026): What do you get when you run the two commands that I posted?
Author
Owner

@Yotaanit commented on GitHub (Apr 20, 2026):

docker run vikunja/vikunja:latest version
Vikunja api version v2.3.0
Built with go1.25.7

docker run vikunja/vikunja:2.3.0 version
Vikunja api version v2.3.0
Built with go1.25.7
<!-- gh-comment-id:4278465339 --> @Yotaanit commented on GitHub (Apr 20, 2026): ``` docker run vikunja/vikunja:latest version Vikunja api version v2.3.0 Built with go1.25.7 ``` ``` docker run vikunja/vikunja:2.3.0 version Vikunja api version v2.3.0 Built with go1.25.7 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6718