We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6703ff7 commit a51c89fCopy full SHA for a51c89f
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:9-slim
28
29
MAINTAINER Jonas Hecht
30
0 commit comments