From e9fde7528dbc859037e7768a9f783e49a898ffd5 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:59:21 -0300 Subject: [PATCH] Dockerfile: build with Go 1.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5722ac2..51727b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21rc4-alpine AS build +FROM golang:1.21.0-alpine AS build ENV CGO_ENABLED 0 WORKDIR /code