Skip to content

Commit c79982c

Browse files
perdasilvaPer Goncalves da Silva
andauthored
bump alpine build images to 1.23 (#1430)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 337b700 commit c79982c

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.19-alpine as builder
1+
FROM golang:1.23-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.19-alpine as builder
1+
FROM golang:1.23-alpine as builder
22

33
RUN apk update && apk add sqlite build-base git mercurial bash
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.19-alpine AS builder
6+
FROM golang:1.23-alpine AS builder
77

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

0 commit comments

Comments
 (0)