diff --git a/Dockerfile b/Dockerfile index 9939870..de3aa31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.13 LABEL "Maintainer Jonathan Ervine " diff --git a/Jenkinsfile b/Jenkinsfile index 8d27c03..bf7c415 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,5 +34,5 @@ spec: } stage('Notify gchat') { - hangoutsNotify message: "Alpine Linux 3.12.0 with HTPC Manager has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Alpine Linux 3.13.0 with HTPC Manager has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } diff --git a/start.sh b/start.sh old mode 100755 new mode 100644