Skip to content

Commit 804760e

Browse files
committed
fix(server): bump Dockerfile to golang:1.26-alpine (matches go.mod 1.26.3)
Backend v2 (merged from upstream/main) bumped go.mod to 1.26.3, but the multi-stage Dockerfile (PR m5stack#19) still pinned golang:1.24-alpine. Build was failing on 'go mod download' with GOTOOLCHAIN=local.
1 parent 1571c26 commit 804760e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/manifest/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# context: https://github.com/m5stack/StackChan.git#main:server
1010
# dockerfile: manifest/docker/Dockerfile
1111

12-
FROM golang:1.24-alpine AS builder
12+
FROM golang:1.26-alpine AS builder
1313

1414
RUN apk add --no-cache gcc musl-dev sqlite-dev
1515

0 commit comments

Comments
 (0)