Skip to content

Commit bda8a36

Browse files
test(deps): update rust docker tag to v1.95.0 (main) (#6461)
test(deps): update rust docker tag to v1.95.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 749ad2c commit bda8a36

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN install-tool pixi v0.67.0
101101
RUN 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
107107
RUN install-tool skopeo 1.22.2

test/rust/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ RUN set -ex; ls -la $USER_HOME/; test -L $USER_HOME/.cargo
4444
FROM 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

5353
USER 12021
@@ -74,7 +74,7 @@ FROM base AS testb
7474
USER 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

7979
RUN set -ex; \
8080
cd a; \

test/rust/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM 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

0 commit comments

Comments
 (0)