diff --git a/Dockerfile b/Dockerfile index b2afd7c..905eaae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ LABEL MAINTAINER="Jonathan Ervine " # Install updates ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ - FLASK_APP=/data/app-dev/app.py + FLASK_APP=/data/app-dev/app.py \ + VERSION=1.0 RUN apk update && \ apk -U upgrade --ignore alpine-baselayout && \ diff --git a/Jenkinsfile b/Jenkinsfile index 4a400a7..93e4fb8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,5 +34,5 @@ spec: } stage('Notify gchat') { - hangoutsNotify message: "Helm 2.13.1 python flask Application on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.0 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false }