Skip to content

Commit b6a922e

Browse files
Bot Updating Templated Files
1 parent d0ef4d9 commit b6a922e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

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

0 commit comments

Comments
 (0)