From be7c308ffb561c5b641899020b9d674093c9afcc Mon Sep 17 00:00:00 2001 From: BeeJoe <124329396+BeeJoe@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:08:14 +0000 Subject: [PATCH] Update LinuxServer image to 0.55.7-ls297 --- startos/manifest/index.ts | 2 +- startos/versions/current.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/startos/manifest/index.ts b/startos/manifest/index.ts index db70f12..12e3d41 100644 --- a/startos/manifest/index.ts +++ b/startos/manifest/index.ts @@ -14,7 +14,7 @@ export const manifest = setupManifest({ images: { main: { source: { - dockerTag: 'lscr.io/linuxserver/changedetection.io:0.55.7-ls296', + dockerTag: 'lscr.io/linuxserver/changedetection.io:0.55.7-ls297', }, arch: ['x86_64', 'aarch64'], }, diff --git a/startos/versions/current.ts b/startos/versions/current.ts index cb8310e..73c26cf 100644 --- a/startos/versions/current.ts +++ b/startos/versions/current.ts @@ -1,18 +1,18 @@ import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const current = VersionInfo.of({ - version: '0.55.7:1', + version: '0.55.7:2', releaseNotes: { en_US: - 'Updates the LinuxServer image and capitalizes the StartOS display name.', + 'Updates the LinuxServer image to the latest 0.55.7 build.', es_ES: - 'Actualiza la imagen de LinuxServer y pone en mayúsculas el nombre mostrado en StartOS.', + 'Actualiza la imagen de LinuxServer a la compilación 0.55.7 más reciente.', de_DE: - 'Aktualisiert das LinuxServer-Image und schreibt den StartOS-Anzeigenamen groß.', + 'Aktualisiert das LinuxServer-Image auf den neuesten 0.55.7-Build.', pl_PL: - 'Aktualizuje obraz LinuxServer i kapitalizuje nazwę wyświetlaną w StartOS.', + 'Aktualizuje obraz LinuxServer do najnowszej kompilacji 0.55.7.', fr_FR: - "Met à jour l'image LinuxServer et met en majuscule le nom affiché dans StartOS.", + "Met à jour l'image LinuxServer vers la dernière build 0.55.7.", }, migrations: { up: async ({ effects }) => {},