Commit 9711dfa
committed
build: Use JRE instead of JDK for final Docker image
Use Eclipse Temurin JRE 21 instead of JDK 21 in Dockerfile. This means that the final Docker image for the application will be take up less space. The JDK is for development and we do not need to use it for built Docker images. The JRE is all that we need for running the application.1 parent c16f904 commit 9711dfa
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments