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 89ae56c commit 3f5ad8eCopy full SHA for 3f5ad8e
Dockerfile
@@ -14,13 +14,13 @@
14
# limitations under the License.
15
#
16
17
-FROM openjdk:21 AS build
+FROM openjdk:25 AS build
18
RUN mkdir -p /opt/migrations/build
19
WORKDIR /opt/migrations/build
20
COPY . .
21
RUN ./mvnw package -DskipTests
22
23
-FROM openjdk:21
+FROM openjdk:25
24
RUN ["mkdir", "-p", "/opt/migrations"]
25
26
COPY --from=build /opt/migrations/build/target/appassembler /opt/migrations
0 commit comments