Skip to content

Commit

Permalink
test(deps): update rust docker tag to v1.72.1 (#1481)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 20, 2023
1 parent 97458a4 commit bba505f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -69,7 +69,7 @@ RUN install-tool nix 2.17.0
RUN install-tool powershell v7.3.7

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.72.0
RUN install-tool rust 1.72.1

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.8.1
Expand Down
6 changes: 3 additions & 3 deletions test/rust/Dockerfile
Expand Up @@ -26,10 +26,10 @@ RUN prepare-tool rust
FROM base as build

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.72.0
RUN install-tool rust 1.72.1

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.72.0
RUN install-tool rust 1.72.1


USER 1000
Expand All @@ -56,7 +56,7 @@ FROM base as testb
USER 1000

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.72.0
RUN install-tool rust 1.72.1

RUN set -ex; \
cd a; \
Expand Down
2 changes: 1 addition & 1 deletion test/rust/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-rust

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.72.0
RUN install-tool rust 1.72.1

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

0 comments on commit bba505f

Please sign in to comment.