diff options
-rw-r--r-- | containers/cargo-fmt/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/cargo-fmt/Dockerfile b/containers/cargo-fmt/Dockerfile index cdfd189..2ae6432 100644 --- a/containers/cargo-fmt/Dockerfile +++ b/containers/cargo-fmt/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.59-alpine +FROM docker.io/library/rust:1.78-alpine RUN rustup component add rustfmt |