Skip to content

Commit 85dd520

Browse files
committed
chore: use correct go version
1 parent 84aa93d commit 85dd520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.0-alpine AS builder
1+
FROM golang:1.24.2-alpine AS builder
22

33
WORKDIR $GOPATH/src/github.com/satisfactorymodding/smr-api/
44

@@ -13,7 +13,7 @@ COPY . .
1313
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -installsuffix cgo -o /go/bin/api cmd/api/serve.go
1414

1515

16-
FROM golang:1.23.0-alpine
16+
FROM golang:1.24.2-alpine
1717
COPY --from=builder /go/bin/api /api
1818
WORKDIR /app
1919
COPY static /app/static

0 commit comments

Comments
 (0)