Skip to content

Commit

Permalink
👷 Update native docker base image to debian:bookworm-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Sep 13, 2023
1 parent e0fd279 commit f560d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GRAALVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## prerequisites

> GraalVM required version: >= 22.3.0 Java 17 based (https://www.graalvm.org/downloads/)
> GraalVM required version: >= 23.0.1 Java 17 based (https://www.graalvm.org/downloads/)
Also install `native-image`

Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bookworm-slim

LABEL maintainer="SoftInstigate <[email protected]>"

Expand Down

0 comments on commit f560d18

Please sign in to comment.