File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY src ./src
1212RUN npx vite build
1313
1414# Build the Go binary, including embedded UI files:
15- FROM golang:1.25.11 -alpine@sha256:523c3effe300580ed375e43f43b1c9b091b68e935a7c3a92bfcc4e7ed55b18c2 AS build-go
15+ FROM golang:1.25.12 -alpine@sha256:56961d79ea8129efddcc0b8643fd8a5416b4e6228cfd477e3fd61deb2672c587 AS build-go
1616WORKDIR /go/src/riverui
1717
1818COPY go.mod go.sum ./
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY src ./src
1212RUN npx vite build
1313
1414# Build the Go binary, including embedded UI files:
15- FROM golang:1.25.11 -alpine@sha256:523c3effe300580ed375e43f43b1c9b091b68e935a7c3a92bfcc4e7ed55b18c2 AS build-go
15+ FROM golang:1.25.12 -alpine@sha256:56961d79ea8129efddcc0b8643fd8a5416b4e6228cfd477e3fd61deb2672c587 AS build-go
1616WORKDIR /go/src/riverui
1717
1818# Download main module dependencies first
You can’t perform that action at this time.
0 commit comments