Skip to content

Commit 9d3a359

Browse files
docker: bump golang from 1.25.7-alpine to 1.25.8-alpine (#535)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f31a10e commit 9d3a359

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY src ./src
1212
RUN npx vite build
1313

1414
# Build the Go binary, including embedded UI files:
15-
FROM golang:1.25.7-alpine AS build-go
15+
FROM golang:1.25.8-alpine AS build-go
1616
WORKDIR /go/src/riverui
1717

1818
COPY go.mod go.sum ./

Dockerfile.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY src ./src
1212
RUN npx vite build
1313

1414
# Build the Go binary, including embedded UI files:
15-
FROM golang:1.25.7-alpine AS build-go
15+
FROM golang:1.25.8-alpine AS build-go
1616
WORKDIR /go/src/riverui
1717

1818
# Download main module dependencies first

0 commit comments

Comments
 (0)