diff --git a/Dockerfile b/Dockerfile index ee1121ab8ed4e78fd63b5114f0948f962fdc4aec..ade0a3a0b60d893a2a726c1f990e3a35e6f292f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_TAG=8.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG VERSION=2.2.0 +ARG VERSION=2.4.0 LABEL name="Beast Core" \ maintainer="matt.stover@beast-code.com" \ @@ -51,4 +51,4 @@ HEALTHCHECK --interval=12s --timeout=10s --start-period=30s \ ENTRYPOINT ["/usr/local/bin/dumb-init", "--"] -CMD ["/beast-core/server/BCServer.Server"] \ No newline at end of file +CMD ["/beast-core/start.sh"] \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 25e61edac3afbc3b66f065493ce9a9d068f0184a..a09a96174df0b4856072728b85b86788bc26a2be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "2.2.0") \ No newline at end of file +dccscrPipeline(version: "2.4.0") \ No newline at end of file diff --git a/download.json b/download.json index 6512fe45ca6ffbd02d319ee4d29921455e3a622b..ca7cf6d6c5740eeb766d40c5d5baaa085f12656b 100644 --- a/download.json +++ b/download.json @@ -6,7 +6,7 @@ "validation": { "type": "sha256", - "value": "ef572de90f38de85b272da389edef78d8965ef5b6bb7148f4e0848a3411510c9" + "value": "65abf060caef6117bb93cfcbba590cef0de64f38896eac909c24b718e5f8290a" }, "auth": {