1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

update optaweb-employee-rostering

This commit is contained in:
kev 2020-11-12 15:27:31 +08:00
parent d90dda2844
commit ad3c32b21f

@ -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