aboutsummaryrefslogtreecommitdiff
path: root/containers
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-04-04 17:42:00 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-04-04 18:24:45 +0200
commit55028060e473509f7e4f488c895be10a0d229682 (patch)
treedee477aa07d16361e624caa78ff958470cc53e32 /containers
parent43927ff508e8ecb1ac225dabbc95b37c890db917 (diff)
downloadlibvirt-ci-55028060e473509f7e4f488c895be10a0d229682.zip
libvirt-ci-55028060e473509f7e4f488c895be10a0d229682.tar.gz
libvirt-ci-55028060e473509f7e4f488c895be10a0d229682.tar.bz2
cargo-fmt: Bump Rust version to 1.59
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
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