From 7ecb05ccae677b7de3b480d6ebb3046af4993fb0 Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Sun, 28 Jul 2024 16:51:42 +0100 Subject: [PATCH] build: Bump Rust to version 1.80 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08dee52e..777613ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79.0-slim +FROM rust:1.80.0-slim WORKDIR /usr/src/bollard