Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY src ./src
RUN npx vite build

# Build the Go binary, including embedded UI files:
FROM golang:1.25.4-alpine AS build-go
FROM golang:1.25.5-alpine AS build-go
WORKDIR /go/src/riverui

COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY src ./src
RUN npx vite build

# Build the Go binary, including embedded UI files:
FROM golang:1.25.4-alpine AS build-go
FROM golang:1.25.5-alpine AS build-go
WORKDIR /go/src/riverui

# Download main module dependencies first
Expand Down
Loading