From b4fb9c01520c6b7332da966dcc0cecdcbb52013d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 15 Feb 2026 21:02:25 +0000 Subject: [PATCH 1/2] Bot Updating Templated Files --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 88dc28a..76eb60b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -293,7 +293,7 @@ pipeline { -v ${WORKSPACE}:/mnt \ -e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \ -e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \ - ghcr.io/linuxserver/baseimage-alpine:3 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\ + ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\ apk add --no-cache python3 && \ python3 -m venv /lsiopy && \ pip install --no-cache-dir -U pip && \ From 8c1b83233b62fe98442f312a744db7abdce259f3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 15 Feb 2026 21:04:25 +0000 Subject: [PATCH 2/2] Bot Updating Templated Files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f44257..9f1cd5c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The linuxserver version gives you access to `config/local.php` in `/config` to c To help you get started creating a container from this image you can either use docker-compose or the docker cli. >[!NOTE] ->Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. +>Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided. ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))