File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,8 +143,10 @@ update-builder-versions:
143143 @for builder in $(BUILDERS ) ; do \
144144 FILE=" builders/$$ builder/builder.toml" ; \
145145 go run ./scripts/* go builder -f $$ FILE set-buildpacks " $( RELEASE_VERSION) " ; \
146- go run ./scripts/* go builder -f $$ FILE set-builder " $( RELEASE_VERSION) " ; \
147146 go run ./scripts/* go builder -f $$ FILE set-runner " $( RELEASE_VERSION) " ; \
147+ if [ " $$ builder" = " cuda-selector" ]; then \
148+ go run ./scripts/* go builder -f $$ FILE set-builder " $( RELEASE_VERSION) " ; \
149+ fi \
148150 done
149151
150152.PHONY : update-action-versions
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ description = "Builder for Renku frontends and environments."
230230 optional = true
231231
232232[build ]
233- image = " ghcr. io/swissdatasciencecenter/renku-frontend-buildpacks/run-image :0.5.0 "
233+ image = " index.docker. io/paketobuildpacks/ubuntu-noble-build :0.0.38 "
234234
235235 [[build .env ]]
236236 name = " BP_RENKU_FRONTENDS"
You can’t perform that action at this time.
0 commit comments