Skip to content

Commit 291463f

Browse files
committed
Merge branch 'master' into redirect_front
2 parents 31dc835 + 8c1b832 commit 291463f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ pipeline {
293293
-v ${WORKSPACE}:/mnt \
294294
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
295295
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
296-
ghcr.io/linuxserver/baseimage-alpine:3 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
296+
ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
297297
apk add --no-cache python3 && \
298298
python3 -m venv /lsiopy && \
299299
pip install --no-cache-dir -U pip && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The linuxserver version gives you access to `config/local.php` in `/config` to c
9696
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
9797

9898
>[!NOTE]
99-
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
99+
>Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided.
100100
101101
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
102102

0 commit comments

Comments
 (0)