Skip to content

Commit 79f39a9

Browse files
docker: bump golang from 1.25.10-alpine to 1.25.11-alpine (#585)
Bumps golang from 1.25.10-alpine to 1.25.11-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.11-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d323796 commit 79f39a9

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.10-alpine@sha256:8d22e29d960bc50cd025d93d5b7c7d220b1ee9aa7a239b3c8f55a57e987e8d45 AS build-go
15+
FROM golang:1.25.11-alpine@sha256:c05ba4b73604069d376c4f41346b05374335b5ca0c46fb6dfede5a59f5196931 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.10-alpine@sha256:8d22e29d960bc50cd025d93d5b7c7d220b1ee9aa7a239b3c8f55a57e987e8d45 AS build-go
15+
FROM golang:1.25.11-alpine@sha256:c05ba4b73604069d376c4f41346b05374335b5ca0c46fb6dfede5a59f5196931 AS build-go
1616
WORKDIR /go/src/riverui
1717

1818
# Download main module dependencies first

0 commit comments

Comments
 (0)