From f23d5e25baec97fca55318186225a4b15731945d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:44:38 +0000 Subject: [PATCH] Update golang Docker tag to v1.21 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aac49263..9f2a98d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ # Stage 1: Build Rosetta # Outputs: binary @ /rosetta/rosetta #--------------------------------------------------------------------- -FROM golang:1.17-alpine as builder +FROM golang:1.21-alpine as builder WORKDIR /rosetta RUN apk add --no-cache make gcc musl-dev linux-headers git