From 4373e15cde60a0e007a9f4e574f985f5f8bee4b3 Mon Sep 17 00:00:00 2001 From: Nicolas Franck Date: Fri, 1 Sep 2023 15:03:22 +0200 Subject: [PATCH] pin to go 1.20 (avoid https://github.com/golang/go/issues/61881) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f47b5e..f20cc6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build stage -FROM golang:alpine AS build +FROM golang:1.20-alpine AS build WORKDIR /opt/people-service