Skip to content

Commit

Permalink
Bump to Mandrel 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored and miador committed Sep 6, 2022
1 parent 9e24e6f commit bbdef10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- The Graal version we suggest using in documentation - as that's
what we work with by self downloading it: -->
<graal-sdk.version-for-documentation>22.2.0</graal-sdk.version-for-documentation>
<mandrel.version-for-documentation>22.1</mandrel.version-for-documentation>
<mandrel.version-for-documentation>22.2</mandrel.version-for-documentation>

<asciidoctorj.version>2.5.5</asciidoctorj.version>
<htmlunit.version>2.40.0</htmlunit.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class NativeConfig {

public static final String DEFAULT_GRAALVM_BUILDER_IMAGE = "quay.io/quarkus/ubi-quarkus-native-image:22.2-java17";
public static final String DEFAULT_MANDREL_BUILDER_IMAGE = "quay.io/quarkus/ubi-quarkus-mandrel:22.1-java17";
public static final String DEFAULT_MANDREL_BUILDER_IMAGE = "quay.io/quarkus/ubi-quarkus-mandrel:22.2-java17";

/**
* Comma-separated, additional arguments to pass to the build process.
Expand Down

0 comments on commit bbdef10

Please sign in to comment.