GUACAMOLE-980: used tomcat-jre8 Docker-Image seems to be deprecated

This commit is contained in:
asutosh936
2020-07-19 21:27:36 -05:00
parent 3c4c81f0b6
commit 9385c123aa

View File

@@ -25,7 +25,7 @@
# such as `--build-arg TOMCAT_JRE=jre8-alpine`
#
ARG TOMCAT_VERSION=8.5
ARG TOMCAT_JRE=jre8
ARG TOMCAT_JRE=jdk8
# Use official maven image for the build
FROM maven:3-jdk-8 AS builder