mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #488] [Bug]: Update from v0.2.0 to 0.2.1b2 not working (Docker) #307
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#307
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 @nvdmedianl on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/488
Originally assigned to: @maziggy on GitHub.
Bug Description
i have use docker compose pull && docker compose up -d to update to lasr version only is not working
Expected Behavior
update to new version
Steps to Reproduce
Update and not working
Printer Model
X1 Carbon
Bambuddy Version
0.2.0
Printer Firmware Version
01.01.03.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
bambuddy.log
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 22, 2026):
'docker compose pull' pulls tag latest. Last release is a beta and beta versions never have tag latest, but beta.
This behaviour was already improved and is availabale in the next release.
so to get your container up'n'running with the latest beta version, you need to cd to your bambuddy folder and do a
docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b2 && docker compose up --build -d