From 7b61b89f42cf056ae09a3227e7038be879ac2274 Mon Sep 17 00:00:00 2001 From: robertlincecum Date: Mon, 9 Sep 2024 11:21:22 -0500 Subject: [PATCH] bump go version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14bb878fe9..3f2f8648d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # First stage: build the Go binary -FROM golang:1.21-alpine AS builder +FROM golang:1.23-alpine AS builder # Install make and other build dependencies RUN apk --no-cache add make gcc musl-dev