From ad3c32b21f94c11ff60a8fff75b9c8d0aeaa94c0 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 12 Nov 2020 15:27:31 +0800 Subject: [PATCH] update optaweb-employee-rostering --- optaweb-employee-rostering/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optaweb-employee-rostering/Dockerfile b/optaweb-employee-rostering/Dockerfile index 68d81ce..55bcfd1 100644 --- a/optaweb-employee-rostering/Dockerfile +++ b/optaweb-employee-rostering/Dockerfile @@ -1,7 +1,7 @@ FROM maven:3-jdk-8-slim AS builder MAINTAINER EasyPi Software Foundation -ENV APP_VERSION=7.38.0.Final +ENV APP_VERSION=7.45.0.Final ENV APP_URL=https://github.com/kiegroup/optaweb-employee-rostering/archive/${APP_VERSION}.tar.gz WORKDIR /opt/app @@ -17,7 +17,7 @@ RUN set -xe \ FROM openjdk:8-alpine MAINTAINER EasyPi Software Foundation -ENV APP_VERSION=7.38.0.Final +ENV APP_VERSION=7.45.0.Final WORKDIR /opt/app