diff --git a/registry.Dockerfile b/registry.Dockerfile index af0d45bd9..9703cf8cf 100644 --- a/registry.Dockerfile +++ b/registry.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder RUN apk update && apk add sqlite build-base git mercurial bash WORKDIR /build diff --git a/upstream-builder.Dockerfile b/upstream-builder.Dockerfile index 22b64883e..f276e7ed1 100644 --- a/upstream-builder.Dockerfile +++ b/upstream-builder.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder RUN apk update && apk add sqlite build-base git mercurial bash linux-headers WORKDIR /build diff --git a/upstream-opm-builder.Dockerfile b/upstream-opm-builder.Dockerfile index d2b262722..09d079a1f 100644 --- a/upstream-opm-builder.Dockerfile +++ b/upstream-opm-builder.Dockerfile @@ -3,7 +3,7 @@ ## GoReleaser to build and push multi-arch images for opm ## -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder RUN apk update && apk add ca-certificates COPY ["nsswitch.conf", "/etc/nsswitch.conf"]