Skip to content

Commit

Permalink
extensions/Dockerfile: Use fedora:38 as builder
Browse files Browse the repository at this point in the history
  • Loading branch information
LorbusChris committed Jun 12, 2023
1 parent 4874462 commit 58e91a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN if [[ -n "${VARIANT}" ]]; then MANIFEST="manifest-${VARIANT}.yaml"; EXTENSIO
## Creates the repo metadata for the extensions & builds the go binary.
## This uses Fedora as a lowest-common-denominator because it will work on
## current p8/s390x. See https://github.com/openshift/os/issues/1000
FROM quay.io/fedora/fedora:37 as builder
FROM quay.io/fedora/fedora:38 as builder
COPY --from=os /usr/share/rpm-ostree/extensions/ /usr/share/rpm-ostree/extensions/
RUN dnf install -y createrepo_c golang
ADD extensions/repo-server/main.go .
Expand Down

0 comments on commit 58e91a2

Please sign in to comment.