From 992c87526a3749babaf4a5a226269c6e16967733 Mon Sep 17 00:00:00 2001 From: BrandenB <18152900+BrandenB@users.noreply.github.com> Date: Mon, 13 Apr 2020 22:34:50 -0300 Subject: [PATCH] - Version bump to 3.1.2 --- Dockerfile | 2 +- build.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e869fbac14f..e2c4a86ca25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ ARG DATADIR=${BASEDIR}_data RUN mkdir -p "${BASEDIR}" "${DATADIR}" "${BASEDIR}/logs" -COPY --from=builder "${BUILDDIR}/dist/${PROJECT_NAME}-3.1.1/." "${BASEDIR}/" +COPY --from=builder "${BUILDDIR}/dist/${PROJECT_NAME}-3.1.2/." "${BASEDIR}/" RUN cd "${BASEDIR}" \ && rm -rf \ diff --git a/build.xml b/build.xml index f7bafc8b3da..7a9a2d329d4 100644 --- a/build.xml +++ b/build.xml @@ -25,9 +25,9 @@ - + - +