From c896f779b5661e717666847dc246218ef575b42f Mon Sep 17 00:00:00 2001 From: nkanaev Date: Tue, 9 Apr 2024 11:21:11 +0100 Subject: [PATCH] Update dockerfile --- etc/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dockerfile b/etc/dockerfile index 1d5ed73..11777a7 100644 --- a/etc/dockerfile +++ b/etc/dockerfile @@ -1,4 +1,4 @@ -FROM golang:alpine AS build +FROM golang:alpine3.18 AS build RUN apk add build-base git WORKDIR /src COPY . .