From 0d276ac19f76260114a6e9e4d504b26047ab2254 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Fri, 15 Sep 2023 09:06:52 +0300 Subject: [PATCH] Update Go to v1.21.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a96990b6..5033fd61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. ARG BASEIMAGE -FROM golang:1.20.8-bookworm@sha256:81e1690c528627eeb6314f2fbd15964608e6769746459ce9727c77ec988cb28d as builder +FROM golang:1.21.1-bookworm@sha256:d3114db136e7f2d9b08c3fcd374381ba3f8d85c17b80c48dbc53cd938cfb2b64 as builder LABEL maintainer="Andy Xie " ARG TARGETARCH