From d879141da890bfd3fbb4b216d14e2a080b111840 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 18 Oct 2022 15:40:50 +0000 Subject: [PATCH] Bump Dockerfile Rust version to 1.64 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85a4ee0..21ae69d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62 AS labels +FROM rust:1.64 AS labels LABEL org.opencontainers.image.title="Patched Porobot" LABEL org.opencontainers.image.description="Legends of Runeterra card database utilities and bots"