We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc6aa commit 0111fdeCopy full SHA for 0111fde
builders/selector/builder.toml
@@ -112,7 +112,7 @@ value = "vscodium"
112
version = "0.1.0"
113
114
[build]
115
- image = "index.docker.io/paketobuildpacks/ubuntu-noble-build:0.0.31"
+ image = "docker.io/paketobuildpacks/build-jammy-full:0.1.99"
116
117
[run]
118
[[run.images]]
run-image/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG base_image=index.docker.io/paketobuildpacks/ubuntu-noble-run:0.0.31
+ARG base_image=index.docker.io/paketobuildpacks/run-jammy-full:0.1.99
2
FROM ${base_image}
3
4
ARG user_id=1000
0 commit comments