chore(deps): bump golang from 1.24-alpine to 1.25-alpine

Bumps golang from 1.24-alpine to 1.25-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-02 13:53:24 +00:00
committed by GitHub
parent 2d5523a129
commit 556bd9ea92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Install build dependencies
RUN apk add --no-cache git
+1 -1
View File
@@ -17,7 +17,7 @@ COPY webui/react-ui/ ./
RUN bun run build
# Use a temporary build image based on Golang 1.24-alpine
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Define argument for linker flags
ARG LDFLAGS="-s -w"