From eed749a50da1abf3a1d23f1d1f9a8457c6e352a8 Mon Sep 17 00:00:00 2001 From: Petar Ivanov <29689712+dartdart26@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:55:33 +0200 Subject: [PATCH] Update the build docker image to go 1.22.0 --- docker/Dockerfile.zbc.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.zbc.build b/docker/Dockerfile.zbc.build index 1804f7f3..a933f411 100644 --- a/docker/Dockerfile.zbc.build +++ b/docker/Dockerfile.zbc.build @@ -1,4 +1,4 @@ -FROM golang:bookworm +FROM golang:1.22.0-bookworm RUN apt-get update -y RUN apt-get install git -y @@ -9,4 +9,4 @@ RUN apt-get install jq -y RUN curl https://sh.rustup.rs -sSf | \ sh -s -- --default-toolchain stable -y -ENV PATH=/root/.cargo/bin:$PATH \ No newline at end of file +ENV PATH=/root/.cargo/bin:$PATH