updated dockerfile base image

This commit is contained in:
2025-03-19 01:35:27 +02:00
parent bdd60e8e4c
commit 4b06aae4a3
5 changed files with 345 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.2
FROM golang:1.24.1
WORKDIR /src
COPY . /src/
RUN CGO_ENABLED=0 GOOS=linux go build -o /src/ServerManager