aboutsummaryrefslogtreecommitdiff
path: root/containers
diff options
context:
space:
mode:
Diffstat (limited to 'containers')
-rw-r--r--containers/cargo-fmt/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/cargo-fmt/Dockerfile b/containers/cargo-fmt/Dockerfile
index 0472b08..cdfd189 100644
--- a/containers/cargo-fmt/Dockerfile
+++ b/containers/cargo-fmt/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/library/rust:1.49-alpine
+FROM docker.io/library/rust:1.59-alpine
RUN rustup component add rustfmt