Skip to content

Commit

Permalink
Update the docker image to be used as builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Jun 24, 2019
1 parent 493e408 commit 4368c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class NativeImagePhase implements AppCreationPhase<NativeImagePhase>, Nat

private String nativeImageXmx;

private String builderImage = "quay.io/quarkus/centos-quarkus-native-image:graalvm-1.0.0-rc16";
private String builderImage = "quay.io/quarkus/ubi-quarkus-native-image:19.0.2";

private String containerRuntime = "";

Expand Down

0 comments on commit 4368c18

Please sign in to comment.