Skip to content

Commit

Permalink
Use specific TomEE 8.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann authored Oct 17, 2024
1 parent 048ceb3 commit 06c1c61
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 @@ -14,7 +14,7 @@ LocalDatabasesFolderForWeb = /vol/file_databases' > /MetFragRelaunched/MetFragWe
RUN mvn -Dhttps.protocols=TLSv1.2 -f MetFragRelaunched clean package -pl MetFragLib -pl MetFragWeb -am -DskipTests


FROM tomee:8
FROM tomee:8.0.15

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 06c1c61

Please sign in to comment.