Skip to content

Commit d2b45b7

Browse files
committed
updates docs
1 parent c2ceafd commit d2b45b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use this builder image in your Java build stage.
1313

1414
```Dockerfile
1515
# build stage
16-
FROM ghcr.io/observabilitystack/graalvm-maven-builder:ol9-java17-22.3.0 AS builder
16+
FROM ghcr.io/observabilitystack/graalvm-maven-builder:21.0.1-ol9 AS builder
1717
RUN mvn -B native:compile -P native \
1818
--no-transfer-progress -DskipTests=true && \
1919
chmod +x /build/target/application

0 commit comments

Comments
 (0)