Skip to content

Commit

Permalink
✨ Upgrade Graalvm to 17.0.9-graal
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jan 12, 2024
1 parent 286e73c commit bb17ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stable-slim

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

ARG JAVA_VERSION="17.0.8-graal"
ARG JAVA_VERSION="17.0.9-graal"
ARG MAVEN_VERSION="3.9.1"

ENV SDKMAN_DIR=/root/.sdkman
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It also installs `native-image`

## Versions ##

- GraalVM: 17.0.8-graal (23.0.1 for Java 17)
- GraalVM: 17.0.9-graal
- Maven: 3.9.1

## Pull image
Expand Down

0 comments on commit bb17ac2

Please sign in to comment.