From c5b8b145bf6052b26663660603a51ede8823ecd3 Mon Sep 17 00:00:00 2001 From: Piotr Mankowski Date: Tue, 18 Oct 2022 12:04:35 -0700 Subject: [PATCH] Fix build --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9f69f4..53984e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.6-jdk-8 as download +FROM maven:3.8-eclipse-temurin-8 as download ARG USERNAME ARG TOKEN ARG ISANTEPLUS_VERSION=v2.3.6 @@ -44,7 +44,7 @@ RUN wget https://github.com/IsantePlus/isanteplus_installation/raw/main/modules/ RUN rm patientflags* RUN wget https://github.com/IsantePlus/isanteplus_installation/raw/main/modules/patientflags-2.0.0-SNAPSHOT.omod -FROM tomcat:7-jre8 as build +FROM tomcat:8.5-jdk8-adoptopenjdk-hotspot as build ## Take some initial steps to improve overall security, size, and functionality of the container ## This includes updating packages and removing all of the default Tomcat webapps