From ac62c1ce1bbb2aa75d4cf833835378a3fed19143 Mon Sep 17 00:00:00 2001 From: Matthew Stover Date: Fri, 10 Jul 2020 13:46:50 -0500 Subject: [PATCH] Updated version to reflect the application version. Changed exposed port to 443 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2959012..bd08c2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_TAG=8.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG VERSION=1.0.0 +ARG VERSION=1.4.2 LABEL name="Beast Core" \ maintainer="matt.stover@beast-code.com" \ @@ -44,7 +44,7 @@ ENV WORKSPACE_PATH=/modules USER $UID:$GID -EXPOSE 80 +EXPOSE 443 HEALTHCHECK --interval=12s --timeout=10s --start-period=30s \ CMD curl --fail http://localhost/api/v1/configs/viewer-color || exit 1 diff --git a/Jenkinsfile b/Jenkinsfile index ad6384c..499fe35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "1.0.0") \ No newline at end of file +dccscrPipeline(version: "1.4.2") \ No newline at end of file -- GitLab