Merge pull request #99 from translucens/revert-builder-base-image

revert builder's base image to based on OpenJDK8 (non-headless)
This commit is contained in:
arnaudroques 2019-04-27 18:11:41 +02:00 committed by GitHub
commit 3c3c64b3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM maven:3.6-jdk-8-slim AS builderjetty
FROM maven:3.6-jdk-8 AS builderjetty
COPY pom.xml /app/
COPY src /app/src/

View File

@ -1,4 +1,4 @@
FROM maven:3.6-jdk-8-slim AS buildertomcat
FROM maven:3.6-jdk-8 AS buildertomcat
COPY pom.xml /app/
COPY src /app/src/