Skip to content

Commit

Permalink
bump alpine build images to 1.23 (#1430)
Browse files Browse the repository at this point in the history
Signed-off-by: Per Goncalves da Silva <[email protected]>
Co-authored-by: Per Goncalves da Silva <[email protected]>
  • Loading branch information
perdasilva and Per Goncalves da Silva authored Aug 29, 2024
1 parent 337b700 commit c79982c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion registry.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.23-alpine as builder

RUN apk update && apk add sqlite build-base git mercurial bash
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion upstream-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.23-alpine as builder

RUN apk update && apk add sqlite build-base git mercurial bash
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion upstream-opm-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## GoReleaser to build and push multi-arch images for opm
##

FROM golang:1.19-alpine AS builder
FROM golang:1.23-alpine AS builder

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

0 comments on commit c79982c

Please sign in to comment.