diff --git a/Dockerfile b/Dockerfile index 2959012bbf7b719c9581b56c2b66520257e855ec..bd08c2e702f1c753d3b3cd25db9db41e8278e553 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 ad6384c815b85e061f9d53e3bd276205ee1e3028..499fe35bd726a57d27cd050fbf32aa187438c64a 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