Update fedora Docker tag to v41 #12

Merged
rasmus merged 1 commits from renovate/fedora-41.x into master 2024-06-04 22:10:47 +02:00

View File

@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM fedora:32
FROM fedora:41
RUN yum install skopeo -y -qq
ENTRYPOINT [ "skopeo" ]