Skip to content

Commit

Permalink
test(deps): update rust docker tag to v1.84.0 (main) (#3906)
Browse files Browse the repository at this point in the history
test(deps): update rust docker tag to v1.84.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 1a058cb commit 1953a77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN install-tool nix 2.24.10
RUN install-tool powershell v7.4.6

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.83.0
RUN install-tool rust 1.84.0

# renovate: datasource=github-releases packageName=containerbase/skopeo-prebuild
RUN install-tool skopeo 1.17.0
Expand Down
6 changes: 3 additions & 3 deletions test/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ RUN set -ex; ls -la $USER_HOME/; test -L $USER_HOME/.cargo
FROM base AS build

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.83.0
RUN install-tool rust 1.84.0

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.83.0
RUN install-tool rust 1.84.0


USER 12021
Expand All @@ -74,7 +74,7 @@ FROM base AS testb
USER 12021

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.83.0
RUN install-tool rust 1.84.0

RUN set -ex; \
cd a; \
Expand Down
2 changes: 1 addition & 1 deletion test/rust/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-rust

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.83.0
RUN install-tool rust 1.84.0

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 1953a77

Please sign in to comment.