Dockerfile: fixed golang version

This commit is contained in:
Vladislav Yarmak
2023-02-02 01:03:26 +02:00
parent ff5b462c25
commit ffe9cfeefc

View File

@@ -1,4 +1,4 @@
FROM golang AS build
FROM golang:1.19 AS build
ARG GIT_DESC=undefined