From 28c549c23b6b30b80aa92fd9ff66044c91096bba Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Wed, 3 Apr 2024 18:28:19 -0700 Subject: [PATCH] Bump to go version of the docker builder to fix build issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1469690..a7e1448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.20-bookworm as builder +FROM --platform=$BUILDPLATFORM golang:1.21-bookworm as builder ARG TARGETOS TARGETARCH RUN echo "$TARGETARCH" | sed 's,arm,aarch,;s,amd,x86_,' > /tmp/arch