From 6dae8f6fc41c783802c601ad5d052533f1a97e9c Mon Sep 17 00:00:00 2001 From: Igor Novgorodov Date: Tue, 21 Jan 2025 10:56:51 +0100 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61daf09..5941ecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:stretch as builder +FROM golang:latest AS builder ENV GO111MODULE=on \ CGO_ENABLED=0