Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b2b2a42ca9
commit
af47927fce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue