Skip to content

Commit fa0890b

Browse files
authored
Merge pull request ComplianceAsCode#6312 from JAORMX/fed-32
Change Docker images to use Fedora 32
2 parents 717cef6 + 05fd305 commit fa0890b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfiles/ocp4_content

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This dockerfile builds the content in the current repo for OCP4
2-
FROM registry.fedoraproject.org/fedora-minimal:latest as builder
2+
FROM registry.fedoraproject.org/fedora-minimal:32 as builder
33

44
WORKDIR /content
55

Dockerfiles/quay_publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:latest as builder
1+
FROM fedora:32 as builder
22

33
RUN dnf -y install cmake make git /usr/bin/python3 python3-pyyaml python3-jinja2 openscap-utils
44
RUN git clone --depth 1 https://github.com/ComplianceAsCode/content

0 commit comments

Comments
 (0)