Skip to content

Commit

Permalink
Fiw wrong org namle: swowdrop -> snowdrop
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Dec 8, 2023
1 parent b7bd6b2 commit f1e643f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/hello-spring/pack.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class pack {
public static void main(String... args) {
Buildpack.builder()
.addNewFileContent(new File("."))
.withBuilderImage("quay.io/swowdrop/ubi-builder:latest")
.withBuilderImage("quay.io/snowdrop/ubi-builder:latest")
.withFinalImage("snowdrop/hello-spring:latest")
.build();
}
Expand Down

0 comments on commit f1e643f

Please sign in to comment.