From 0749a34225f7daba4c5ccda76cafe3e75f3a4825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:49:37 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.19 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..4f74ac60 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.19-alpine as builder WORKDIR /rosetta RUN apk add --no-cache make gcc musl-dev linux-headers git