Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.77.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mic92-renovate[bot] committed Apr 15, 2024
1 parent 31a6fc1 commit fa8b96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example for a slim/fat container setup

FROM rust:1.75.0 as cntr
FROM rust:1.77.2 as cntr
RUN rustup target add x86_64-unknown-linux-musl
RUN curl -sL https://github.com/Mic92/docker-pid/releases/download/1.0.2/docker-pid-linux-amd64 \
> /usr/bin/docker-pid && \
Expand Down

0 comments on commit fa8b96a

Please sign in to comment.