Skip to content

Commit c3439bf

Browse files
Bot Updating Templated Files
1 parent fae34c0 commit c3439bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ pipeline {
276276
-v ${WORKSPACE}:/mnt \
277277
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
278278
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
279-
ghcr.io/linuxserver/baseimage-alpine:3 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
279+
ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
280280
apk add --no-cache python3 && \
281281
python3 -m venv /lsiopy && \
282282
pip install --no-cache-dir -U pip && \

0 commit comments

Comments
 (0)