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:c05ba4b73604069d376c4f41346b05374335b5ca0c46fb6dfede5a59f5196931 AS build-go
15+ FROM golang:1.25.11-alpine@sha256:523c3effe300580ed375e43f43b1c9b091b68e935a7c3a92bfcc4e7ed55b18c2 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:c05ba4b73604069d376c4f41346b05374335b5ca0c46fb6dfede5a59f5196931 AS build-go
15+ FROM golang:1.25.11-alpine@sha256:523c3effe300580ed375e43f43b1c9b091b68e935a7c3a92bfcc4e7ed55b18c2 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