Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Sep 28, 2023
1 parent 6ebf23a commit 8c40a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:7-jre8-slim 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
Expand Down

0 comments on commit 8c40a83

Please sign in to comment.