We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5c367 commit a16c4c6Copy full SHA for a16c4c6
demo/kuby.rb
@@ -42,6 +42,8 @@ def install_from_image(image, dockerfile)
42
password ENV["AZURE_ACR_PASSWORD"]
43
end
44
45
+ setup_phase.base_image = "ruby:3.3"
46
+
47
image_url ENV["IMAGE_URL"] || "primer.azurecr.io/primer/view_components_storybook"
48
49
# Run bundler, npm, etc in this directory.
0 commit comments