We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ceafd commit d2b45b7Copy full SHA for d2b45b7
README.md
@@ -13,7 +13,7 @@ Use this builder image in your Java build stage.
13
14
```Dockerfile
15
# build stage
16
-FROM ghcr.io/observabilitystack/graalvm-maven-builder:ol9-java17-22.3.0 AS builder
+FROM ghcr.io/observabilitystack/graalvm-maven-builder:21.0.1-ol9 AS builder
17
RUN mvn -B native:compile -P native \
18
--no-transfer-progress -DskipTests=true && \
19
chmod +x /build/target/application
0 commit comments