updated dockerfile base image
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user