fix: update Dockerfile to Go 1.24
Some checks failed
ci/woodpecker/push/build Pipeline failed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Josh 2026-01-09 02:49:21 +02:00
parent b2b2a42ca9
commit af47927fce

View file

@ -5,7 +5,7 @@ RUN npm ci
COPY studio/ ./ COPY studio/ ./
RUN npm run build RUN npm run build
FROM golang:1.23-alpine AS builder FROM golang:1.24-alpine AS builder
WORKDIR /app WORKDIR /app
COPY go.mod go.sum ./ COPY go.mod go.sum ./
RUN go mod download RUN go mod download