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 4877f4f commit 0370760Copy full SHA for 0370760
Dockerfile
@@ -24,7 +24,7 @@ RUN source "$HOME/.sdkman/bin/sdkman-init.sh" && mvn -B clean package -P native
24
25
26
# We use a Docker multi-stage build here in order that we only take the compiled native Spring Boot App from the first build container
27
-FROM oraclelinux:7-slim
+FROM oraclelinux:10-slim
28
29
MAINTAINER Jonas Hecht
30
0 commit comments