Fix docker build. Update old version of Go.

This commit is contained in:
Alex Ballas
2024-09-14 13:32:25 +03:00
parent bda8ecb5fb
commit ee1b6c8f70

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.1-bullseye
FROM golang:1.23
ARG DEBIAN_FRONTEND=noninteractive
RUN \