Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile to Fedora 32
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Bašti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Jul 20, 2020
1 parent c3f3281 commit b5dffd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM fedora:30
FROM fedora:32
LABEL \
name="Operators Manifests Push Service" \
vendor="Red Hat, Inc" \
Expand All @@ -21,6 +21,7 @@ RUN dnf -y install \
python3-requests \
python3-operator-courier \
python3-ruamel-yaml \
python3-pip \
&& dnf -y clean all \
&& rm -rf /tmp/*

Expand Down

0 comments on commit b5dffd8

Please sign in to comment.