Skip to content

Commit

Permalink
Merge pull request #2971 from wainersm/stable-2.2_image-builder-fix
Browse files Browse the repository at this point in the history
stable-2.2 | osbuilder: build image-builder image from Fedora 34
  • Loading branch information
Chelsea Mafrica authored Nov 5, 2021
2 parents 4443a98 + ee3bf4a commit 63ecbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osbuilder/image-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0
ARG IMAGE_REGISTRY=registry.fedoraproject.org
FROM ${IMAGE_REGISTRY}/fedora:latest
FROM ${IMAGE_REGISTRY}/fedora:34

RUN [ -n "$http_proxy" ] && sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true

Expand Down

0 comments on commit 63ecbcf

Please sign in to comment.