From a69c0a1d0133119298ff092b366cae99df26c6dc Mon Sep 17 00:00:00 2001 From: ido Date: Sat, 19 Oct 2024 22:15:04 +0300 Subject: [PATCH] 1.81-bookworm --- ci/release/hermes.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release/hermes.Dockerfile b/ci/release/hermes.Dockerfile index fdec4ac082..77b78f605f 100644 --- a/ci/release/hermes.Dockerfile +++ b/ci/release/hermes.Dockerfile @@ -3,7 +3,7 @@ # Usage: (from the root of the working copy) # $ docker build . -t informalsystems/hermes -f ci/release/hermes.Dockerfile -FROM rust:1-buster AS build-env +FROM rust:1.81-bookworm AS build-env ARG TAG