[Bug]: Docker pulled last image but still older version started (2.0.4) #320

Closed
opened 2026-04-24 23:04:40 +02:00 by adam · 5 comments
Owner

Originally created by @digitalwm on GitHub (Apr 29, 2022).

Describe the issue

I have done a docker pull on the :latest tag and after restarting the container (docker-compose up) still the 2.0.3 is started and not 2.04

Steps to reproduce the issue

version: "3" services: audiobookshelf: image: advplyr/audiobookshelf:latest container_name: audiobookshelf

  1. docker-compose pull audiobookshelf
  2. docker-compose stop
  3. docker-compose up -d
  4. Version still 2.0.3

Audiobookshelf version

2.0.4

How are you running audiobookshelf?

Docker

Originally created by @digitalwm on GitHub (Apr 29, 2022). ### Describe the issue I have done a docker pull on the :latest tag and after restarting the container (docker-compose up) still the 2.0.3 is started and not 2.04 ### Steps to reproduce the issue ` version: "3" services: audiobookshelf: image: advplyr/audiobookshelf:latest container_name: audiobookshelf ` 1. docker-compose pull audiobookshelf 2. docker-compose stop 3. docker-compose up -d 4. Version still 2.0.3 ### Audiobookshelf version 2.0.4 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:04:40 +02:00
adam closed this issue 2026-04-24 23:04:41 +02:00
Author
Owner

@szemlicka commented on GitHub (Apr 29, 2022):

Same problem here but the fix from 2.0.4 are inside that image. I checked the problem with the checkboxes. So it looks like only version string is wrong in the docker image

@szemlicka commented on GitHub (Apr 29, 2022): Same problem here but the fix from 2.0.4 are inside that image. I checked the problem with the checkboxes. So it looks like only version string is wrong in the docker image
Author
Owner

@digitalwm commented on GitHub (Apr 29, 2022):

Thank you for further investigating this.

@digitalwm commented on GitHub (Apr 29, 2022): Thank you for further investigating this.
Author
Owner

@advplyr commented on GitHub (Apr 29, 2022):

Thanks yeah that was the problem, still getting used to the new github action workflow. I just pushed 2.0.4 again so if you want to update again that should go away.

@advplyr commented on GitHub (Apr 29, 2022): Thanks yeah that was the problem, still getting used to the new github action workflow. I just pushed 2.0.4 again so if you want to update again that should go away.
Author
Owner

@advplyr commented on GitHub (Apr 29, 2022):

Nevermind... the github action is still building one commit behind. Still figuring this out.

@advplyr commented on GitHub (Apr 29, 2022): Nevermind... the github action is still building one commit behind. Still figuring this out.
Author
Owner

@advplyr commented on GitHub (Apr 29, 2022):

We're back on track a few versions ahead with v2.0.7

@advplyr commented on GitHub (Apr 29, 2022): We're back on track a few versions ahead with v2.0.7
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#320