From b281fb47d1c764cbe0c97af17ab86d2a8942885d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 14 Feb 2026 21:33:24 +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 1d4eda4..0219907 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 fe6ea7b29ba93e56affa460ceb85414dfa1e2ac7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 14 Feb 2026 21:35:23 +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 7995b05..43cfce1 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For more information check out the [project documentation](https://docs.speedtes 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))