Skip to content

Commit f99b314

Browse files
Bot Updating Templated Files
1 parent 091fcfc commit f99b314

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
@@ -287,7 +287,7 @@ pipeline {
287287
-v ${WORKSPACE}:/mnt \
288288
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
289289
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
290-
ghcr.io/linuxserver/baseimage-alpine:3 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
290+
ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
291291
apk add --no-cache python3 && \
292292
python3 -m venv /lsiopy && \
293293
pip install --no-cache-dir -U pip && \

0 commit comments

Comments
 (0)