Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2021-09-26 16:45:29 +02:00
parent e84e1e9879
commit 06e879699f

4
Jenkinsfile vendored
View File

@ -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'