We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 717cef6 + 05fd305 commit fa0890bCopy full SHA for fa0890b
Dockerfiles/ocp4_content
@@ -1,5 +1,5 @@
1
# This dockerfile builds the content in the current repo for OCP4
2
-FROM registry.fedoraproject.org/fedora-minimal:latest as builder
+FROM registry.fedoraproject.org/fedora-minimal:32 as builder
3
4
WORKDIR /content
5
Dockerfiles/quay_publish
@@ -1,4 +1,4 @@
-FROM fedora:latest as builder
+FROM fedora:32 as builder
RUN dnf -y install cmake make git /usr/bin/python3 python3-pyyaml python3-jinja2 openscap-utils
RUN git clone --depth 1 https://github.com/ComplianceAsCode/content
0 commit comments