Переглянути джерело

chore(slicer-api): bump BAMBU_VERSION default to 02.07.01.57

  Tracks the orca-slicer-api Dockerfile change that switched the sidecar
  from the (no-longer-published) Fedora AppImage to the Ubuntu 22.04
  AppImage. The default in .env.example and slicer-api/docker-compose.yml
  now matches the new build path; users running the sidecar should
  `docker compose --profile bambu build --no-cache bambu-studio-api &&
  docker compose --profile bambu up -d` after pulling this change.
maziggy 1 день тому
батько
коміт
2a520a1ec7
2 змінених файлів з 3 додано та 3 видалено
  1. 1 1
      slicer-api/.env.example
  2. 2 2
      slicer-api/docker-compose.yml

+ 1 - 1
slicer-api/.env.example

@@ -9,4 +9,4 @@ BAMBU_API_PORT=3001
 # Slicer versions. Pinned for reproducibility — bump these when you want
 # a newer slicer and accept a fresh ~220 MB BambuStudio download.
 ORCA_VERSION=2.3.2
-BAMBU_VERSION=02.06.00.51
+BAMBU_VERSION=02.07.01.57

+ 2 - 2
slicer-api/docker-compose.yml

@@ -50,8 +50,8 @@ services:
       context: https://github.com/maziggy/orca-slicer-api.git#bambuddy/profile-resolver
       dockerfile: Dockerfile.bambu-studio
       args:
-        BAMBU_VERSION: "${BAMBU_VERSION:-02.06.00.51}"
-    image: bambuddy-bambu-studio-api:bambu${BAMBU_VERSION:-02.06.00.51}
+        BAMBU_VERSION: "${BAMBU_VERSION:-02.07.01.57}"
+    image: bambuddy-bambu-studio-api:bambu${BAMBU_VERSION:-02.07.01.57}
     container_name: bambu-studio-api
     restart: unless-stopped
     ports: