We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aefe1 commit f15c37dCopy full SHA for f15c37d
BUILDING.md
@@ -1,6 +1,6 @@
1
# Prerequisites
2
3
-You should have JDK17 and Maven 3.9.0 or above.
+You should have JDK21 and Maven 3.9.0 or above.
4
5
# Building everything
6
Dockerfile
@@ -5,7 +5,7 @@
# - docker run -v "$HOME/.m2":/root/.m2 -it jooby
# - /build # mvn clean package
7
8
-FROM maven:3-eclipse-temurin-17 as build
+FROM maven:3-eclipse-temurin-21 AS build
9
10
WORKDIR /build
11
@@ -18,7 +18,7 @@ COPY jooby/ /build/jooby/
18
COPY modules/ /build/modules/
19
COPY tests/ /build/tests/
20
21
-ENV BUILT_PORT 0
22
-ENV BUILT_SECURE_PORT 0
+ENV BUILT_PORT=0
+ENV BUILT_SECURE_PORT=0
23
24
CMD ["/bin/bash"]
0 commit comments