From 06e879699f0b2a549ff7a32c9fa04a0e42dca72e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 26 Sep 2021 16:45:29 +0200 Subject: [PATCH] Bot Updating Templated Files --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 432451f..a1151ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,8 @@ pipeline { DEV_DOCKERHUB_IMAGE = 'lsiodev/pidgin' PR_DOCKERHUB_IMAGE = 'lspipepr/pidgin' DIST_IMAGE = 'alpine' - DIST_TAG = '3.13' - DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.13/community/' + DIST_TAG = '3.14' + DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.14/community/' DIST_REPO_PACKAGES = 'pidgin' MULTIARCH = 'true' CI = 'true'