Skip to content

Commit 07c03ae

Browse files
Bot Updating Templated Files
1 parent b70df68 commit 07c03ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ pipeline {
2929
DOCKERHUB_IMAGE = 'linuxserver/mylar3'
3030
DEV_DOCKERHUB_IMAGE = 'lsiodev/mylar3'
3131
PR_DOCKERHUB_IMAGE = 'lspipepr/mylar3'
32-
DIST_IMAGE = 'alpine'
32+
DIST_IMAGE = 'ubuntu'
3333
MULTIARCH='true'
3434
CI='true'
3535
CI_WEB='true'
3636
CI_PORT='8090'
3737
CI_SSL='false'
3838
CI_DELAY='120'
39-
CI_DOCKERENV='TZ=US/Pacific'
39+
CI_DOCKERENV='TZ=Etc/UTC'
4040
CI_AUTH='user:password'
4141
CI_WEBPATH=''
4242
}

0 commit comments

Comments
 (0)