Update container deps

This commit is contained in:
Cyber MacGeddon 2025-05-17 20:53:36 +01:00
parent 1c4d881274
commit f154521fe9
6 changed files with 19 additions and 19 deletions

View file

@ -4,7 +4,7 @@
# like to avoid re-doing this.
# ----------------------------------------------------------------------------
FROM docker.io/fedora:40 AS base
FROM docker.io/fedora:42 AS base
ENV PIP_BREAK_SYSTEM_PACKAGES=1
@ -12,7 +12,7 @@ RUN dnf install -y python3 python3-pip python3-wheel python3-aiohttp \
python3-rdflib
RUN pip3 install --no-cache-dir \
google-cloud-aiplatform pulsar-client==3.5.0
google-cloud-aiplatform pulsar-client==3.7.0
# ----------------------------------------------------------------------------
# Build a container which contains the built Python packages. The build