File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The linuxserver version gives you access to `config/local.php` in `/config` to c
9696To 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
You can’t perform that action at this time.
0 commit comments