Skip to content

Commit 95937a3

Browse files
Bump golang from 1.24-alpine to 1.25-alpine (#1760)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9340af4 commit 95937a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

registry.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22

33
RUN apk update && apk add sqlite build-base git mercurial bash
44
WORKDIR /build

upstream-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22

33
RUN apk update && apk add sqlite build-base git mercurial bash linux-headers
44
WORKDIR /build

upstream-opm-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## GoReleaser to build and push multi-arch images for opm
44
##
55

6-
FROM golang:1.24-alpine AS builder
6+
FROM golang:1.25-alpine AS builder
77

88
RUN apk update && apk add ca-certificates
99
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]

0 commit comments

Comments
 (0)