From 110a5f826f315369a06e7df4bd869832c4b64ba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:28:28 +0000 Subject: [PATCH] Update golang Docker tag to v1.22 --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index f78da8b..42f32c0 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -1,6 +1,6 @@ # A Go base image is enough to build nitriding reproducibly. # We use a specific instead of the latest image to ensure reproducibility. -FROM golang:1.20 as builder +FROM golang:1.22 as builder WORKDIR /