diff --git a/contrib/skopeoimage/stable/Dockerfile b/contrib/skopeoimage/stable/Dockerfile index ef2b1223..55eae7a4 100644 --- a/contrib/skopeoimage/stable/Dockerfile +++ b/contrib/skopeoimage/stable/Dockerfile @@ -6,7 +6,7 @@ # This image can be used to create a secured container # that runs safely with privileges within the container. # -FROM registry.fedoraproject.org/fedora:33 +FROM registry.fedoraproject.org/fedora:latest # Don't include container-selinux and remove # directories used by yum that are just taking diff --git a/contrib/skopeoimage/testing/Dockerfile b/contrib/skopeoimage/testing/Dockerfile index 71df2b7e..c9e1bab0 100644 --- a/contrib/skopeoimage/testing/Dockerfile +++ b/contrib/skopeoimage/testing/Dockerfile @@ -7,7 +7,7 @@ # This image can be used to create a secured container # that runs safely with privileges within the container. # -FROM registry.fedoraproject.org/fedora:33 +FROM registry.fedoraproject.org/fedora:latest # Don't include container-selinux and remove # directories used by yum that are just taking diff --git a/contrib/skopeoimage/upstream/Dockerfile b/contrib/skopeoimage/upstream/Dockerfile index bf6df23f..b56d38bf 100644 --- a/contrib/skopeoimage/upstream/Dockerfile +++ b/contrib/skopeoimage/upstream/Dockerfile @@ -6,7 +6,7 @@ # This image can be used to create a secured container # that runs safely with privileges within the container. # -FROM registry.fedoraproject.org/fedora:33 +FROM registry.fedoraproject.org/fedora:latest # Don't include container-selinux and remove # directories used by yum that are just taking