rebase to alpine 3.16 from edge
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -25,8 +25,8 @@ pipeline {
|
||||
DEV_DOCKERHUB_IMAGE = 'lsiodev/qbittorrent'
|
||||
PR_DOCKERHUB_IMAGE = 'lspipepr/qbittorrent'
|
||||
DIST_IMAGE = 'alpine'
|
||||
DIST_TAG = 'edge'
|
||||
DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/edge/community/'
|
||||
DIST_TAG = '3.16'
|
||||
DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.16/community/'
|
||||
DIST_REPO_PACKAGES = 'qbittorrent-nox'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
|
||||
Reference in New Issue
Block a user