Update dockerfile

This commit is contained in:
nkanaev
2024-04-09 11:21:11 +01:00
committed by GitHub
parent 5f606b1c40
commit c896f779b5

View File

@@ -1,4 +1,4 @@
FROM golang:alpine AS build
FROM golang:alpine3.18 AS build
RUN apk add build-base git
WORKDIR /src
COPY . .