Skip to content

Commit

Permalink
Default builderImage should be quay.io/quarkus/ubi-quarkus-native-ima…
Browse files Browse the repository at this point in the history
…ge:19.2.0.1
  • Loading branch information
gastaldi committed Oct 25, 2019
1 parent 88844d6 commit f6d3d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class NativeConfig {
/**
* The docker image to use to do the image build
*/
@ConfigItem(defaultValue = "quay.io/quarkus/ubi-quarkus-native-image:19.2.0")
@ConfigItem(defaultValue = "quay.io/quarkus/ubi-quarkus-native-image:19.2.0.1")
public String builderImage;

/**
Expand Down

0 comments on commit f6d3d81

Please sign in to comment.