Skip to content

Commit

Permalink
Update rust Docker tag to v1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent 83af10a commit 0fc8ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.1-alpine as wasm
FROM rust:1.73.0-alpine as wasm

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-prefetch-buildx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scratch
COPY --from=rust:1.72.1-alpine /etc/os-release /etc/os-release-rust
COPY --from=rust:1.73.0-alpine /etc/os-release /etc/os-release-rust
COPY --from=alpine:3.18.4 /etc/os-release /etc/os-release-alpine
COPY --from=node:20.8.0-alpine /etc/os-release /etc/os-release-node

0 comments on commit 0fc8ad7

Please sign in to comment.