File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN install-tool pixi v0.67.0
101101RUN install-tool powershell v7.6.0
102102
103103# renovate: datasource=docker versioning=docker
104- RUN install-tool rust 1.94.1
104+ RUN install-tool rust 1.95.0
105105
106106# renovate: datasource=github-releases packageName=containerbase/skopeo-prebuild
107107RUN install-tool skopeo 1.22.2
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ RUN set -ex; ls -la $USER_HOME/; test -L $USER_HOME/.cargo
4444FROM base AS build
4545
4646# renovate: datasource=docker versioning=docker
47- RUN install-tool rust 1.94.1
47+ RUN install-tool rust 1.95.0
4848
4949# renovate: datasource=docker versioning=docker
50- RUN install-tool rust 1.94.1
50+ RUN install-tool rust 1.95.0
5151
5252
5353USER 12021
@@ -74,7 +74,7 @@ FROM base AS testb
7474USER 12021
7575
7676# renovate: datasource=docker versioning=docker
77- RUN install-tool rust 1.94.1
77+ RUN install-tool rust 1.95.0
7878
7979RUN set -ex; \
8080 cd a; \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838FROM base AS test-rust
3939
4040# renovate: datasource=docker versioning=docker
41- RUN install-tool rust 1.94.1
41+ RUN install-tool rust 1.95.0
4242
4343#--------------------------------------
4444# Image: final
You can’t perform that action at this time.
0 commit comments