We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aa93d commit 85dd520Copy full SHA for 85dd520
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.0-alpine AS builder
+FROM golang:1.24.2-alpine AS builder
2
3
WORKDIR $GOPATH/src/github.com/satisfactorymodding/smr-api/
4
@@ -13,7 +13,7 @@ COPY . .
13
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -installsuffix cgo -o /go/bin/api cmd/api/serve.go
14
15
16
-FROM golang:1.23.0-alpine
+FROM golang:1.24.2-alpine
17
COPY --from=builder /go/bin/api /api
18
WORKDIR /app
19
COPY static /app/static
0 commit comments