From 3b62b52dbed0b622bcadd8ac5b8c35b21a94385b Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 5 Jan 2024 12:49:06 +0100 Subject: [PATCH] Update Dockerfile base image to golang:1.21.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c633ee43..8f7e6732 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21 AS build +FROM --platform=$BUILDPLATFORM golang:1.21.5 AS build WORKDIR /workspace # Copy the Go Modules manifests