2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 20:14:56 +01:00

update ot-recorder

This commit is contained in:
kev
2021-10-28 18:31:36 +08:00
parent 1d8da0c86d
commit 3bec6a3066
7 changed files with 10 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
FROM maven:3-jdk-8-slim AS builder
MAINTAINER EasyPi Software Foundation
ENV APP_VERSION=7.45.0.Final
ENV APP_VERSION=8.12.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.45.0.Final
ENV APP_VERSION=8.12.0.Final
WORKDIR /opt/app

View File

@@ -15,7 +15,7 @@ services:
restart: unless-stopped
postgres:
image: postgres:12-alpine
image: postgres:14-alpine
volumes:
- ./data:/var/lib/postgresql/data
environment: