Skip to content

Commit

Permalink
fixed typo in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho committed Oct 15, 2023
1 parent 0fdc932 commit 2f67a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/dockerfiles/java/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
type: int
- name: "BUILDERVERSION"
description: "the version of maven used during the builder stage to generate the executable"
exampleValues: ["3-eclipse-temurin-17", "3-eclipse-temurin-17", "3-eclipse-temurin-21", "3 (jdk-21)"]
exampleValues: ["3-eclipse-temurin-11", "3-eclipse-temurin-17", "3-eclipse-temurin-21", "3 (jdk-21)"]
- name: "VERSION"
description: "the jdk version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
Expand Down

0 comments on commit 2f67a04

Please sign in to comment.