We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31a10e commit 9d3a359Copy full SHA for 9d3a359
2 files changed
Dockerfile
@@ -12,7 +12,7 @@ COPY src ./src
12
RUN npx vite build
13
14
# Build the Go binary, including embedded UI files:
15
-FROM golang:1.25.7-alpine AS build-go
+FROM golang:1.25.8-alpine AS build-go
16
WORKDIR /go/src/riverui
17
18
COPY go.mod go.sum ./
Dockerfile.pro
# Download main module dependencies first
0 commit comments