From 7b221fa8d7550c1e25d6cd3d4ac8509f47752e25 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 20 Jan 2021 21:02:50 +0800 Subject: [PATCH] Using Alpine Linux 3.13.0 --- Dockerfile | 2 +- Jenkinsfile | 2 +- start.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 start.sh 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