From 7cde3e3fbf108b967b347bfca15d5d93159b015b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:12:20 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 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 1cd87249..212da1fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ # Stage 1: Build Rosetta # Outputs: binary @ /rosetta/rosetta #--------------------------------------------------------------------- -FROM golang:1.19-bookworm as builder +FROM golang:1.23-bookworm as builder WORKDIR /rosetta RUN headers_package="linux-headers-$(dpkg --print-architecture)" && \