Skip to content

Commit cc161e0

Browse files
docker(deps): bump golang from 1.24.5-alpine to 1.25.6-alpine
Bumps golang from 1.24.5-alpine to 1.25.6-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.6-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caf5aab commit cc161e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# =============================================================================
55
# Base builder stage
66
# =============================================================================
7-
FROM golang:1.24.5-alpine AS builder
7+
FROM golang:1.25.6-alpine AS builder
88

99
# Install build dependencies
1010
RUN apk --no-cache add ca-certificates git make
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-w -s" -o
2929
# =============================================================================
3030
# Development stage
3131
# =============================================================================
32-
FROM golang:1.24.5-alpine AS development
32+
FROM golang:1.25.6-alpine AS development
3333

3434
# Install development tools
3535
RUN apk --no-cache add ca-certificates curl git make bash

0 commit comments

Comments
 (0)