From 0370760929531c761783ac2a5f76075a35f7624a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 04:57:53 +0000 Subject: [PATCH] Update oraclelinux Docker tag to v10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af9597b..75c6412 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN source "$HOME/.sdkman/bin/sdkman-init.sh" && mvn -B clean package -P native # 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 -FROM oraclelinux:7-slim +FROM oraclelinux:10-slim MAINTAINER Jonas Hecht