From 1f46aef9e90aa1f4137bd0be5096233d55f3aea6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 9 Feb 2026 17:48:12 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45 --- data_handler/Containerfile | 2 +- data_handler_python/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data_handler/Containerfile b/data_handler/Containerfile index 342ae74..6001ff9 100644 --- a/data_handler/Containerfile +++ b/data_handler/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-minimal:43 +FROM quay.io/fedora/fedora-minimal:45 RUN microdnf install -y php-cli php-mysqli php-bcmath php-xml python-lxml gunzip https://raw.githubusercontent.com/rpmsphere/x86_64/master/d/dcron-4.5-7.1.x86_64.rpm && microdnf clean all COPY ./utils/* /opt/ COPY ./data_init/*.sql /opt/init/init.sql diff --git a/data_handler_python/Containerfile b/data_handler_python/Containerfile index ea1e354..a95f0d3 100644 --- a/data_handler_python/Containerfile +++ b/data_handler_python/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-minimal:43 +FROM quay.io/fedora/fedora-minimal:45 RUN microdnf install -y python-pip && microdnf clean all && pip install OSMPythonTools COPY ./lookup_country.py /opt/ \ No newline at end of file -- 2.51.2