mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 21:39:26 +00:00
osbuilder: Bump fedora image version
- Swap out an EoL fedora image for the latest Fixes: #6923 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
ARG IMAGE_REGISTRY=registry.fedoraproject.org
|
||||
FROM ${IMAGE_REGISTRY}/fedora:34
|
||||
FROM ${IMAGE_REGISTRY}/fedora:38
|
||||
|
||||
RUN ([ -n "$http_proxy" ] && \
|
||||
sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true) && \
|
||||
|
Reference in New Issue
Block a user