Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Outlook/CommsAssist/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm run clean && npm run dist
# -----------------------------------------------------------------------------

# Use the official Tomcat image for the final production environment
FROM tomcat:11.0.20-jre17-temurin AS final_stage
FROM tomcat:11.0.24-jre17-temurin AS final_stage

# Copy the built files from the 'dist/public' directory of the build stage
# into the correct location in the Tomcat webapps directory.
Expand Down