mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[GH-ISSUE #6619] Docker image tag alpine no longer updated, despite being referenced previously #19259
Reference in New Issue
Block a user
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 @twiesing on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6619
Originally assigned to: @dfunkt on GitHub.
Hi,
for many years I have been using the Docker image
vaultwarden/server:alpine, as this used to be the standard / recommended Alpine-based image (at least to my knowledge).Recently I noticed that my instance did not automatically update to version 1.35.0, which resulted in Bitwarden clients showing the following error:
After investigating, I realized that the tag
vaultwarden/server:alpineno longer seems to be updated with new releases. The current Alpine-based image now appears to be published as:What confused me is that the
vaultwarden/server:alpineimage has been referenced by the project maintainer in the past, for example here:Because of this, I assumed the
:alpinetag would continue to receive updates. I could not find a clear changelog entry, release note, or documentation update that mentioned the deprecation or replacement of this tag.As a result, my setup silently stayed on an outdated server version, which only became apparent once clients started showing sync errors.
I’m not sure if I missed an announcement, but I wanted to raise this issue in case it helps improve visibility or documentation for others who might still be using the old
:alpinetag.Thanks for maintaining Vaultwarden and for all the great work!
@BlackDex commented on GitHub (Dec 29, 2025):
Thanks for reporting, it seems that this has been skipped indeed.
I have a fix in progress, though, not sure if we can add this tag on the current images easily.
@dfunkt commented on GitHub (Dec 29, 2025):
@BlackDex: I already have a PR ready for this if you want to take a look at it.
@twiesing: This was my mistake. Seems like I forgot about this particular line when I refactored the release workflow:
https://github.com/dani-garcia/vaultwarden/blob/main/docker/docker-bake.hcl#L246
@twiesing commented on GitHub (Dec 29, 2025):
@dfunkt No problem :) Thank you for your efforts!
@crusy commented on GitHub (Dec 29, 2025):
Thank you, that was fast! Noobie question, though: Will this merge automatically (or manually, for that matter) trigger an update of the docker image? Or do we have to wait for a future release?
@dani-garcia commented on GitHub (Dec 29, 2025):
We don't have an easy way to retroactively tag the release, but we have plans for a new .1 release containing this and #6629 in the next couple of days
@dani-garcia commented on GitHub (Dec 30, 2025):
alpinetag should be updated again with release1.35.1