Skip to content

Commit a6f1dda

Browse files
Update oraclelinux Docker tag to v9
1 parent 3188d30 commit a6f1dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN source "$HOME/.sdkman/bin/sdkman-init.sh" && mvn -B clean package -P native
2424

2525

2626
# 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
27+
FROM oraclelinux:9-slim
2828

2929
MAINTAINER Jonas Hecht
3030

0 commit comments

Comments
 (0)