Skip to content

Commit

Permalink
Revert update to TomEE 9.X
Browse files Browse the repository at this point in the history
The resulting container fails because of the javax -> jakarta change
  • Loading branch information
sneumann authored Oct 17, 2024
1 parent df53184 commit 048ceb3
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:9
FROM tomee:8

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

0 comments on commit 048ceb3

Please sign in to comment.