Fixing changing PySide versions in TOML files

This commit is contained in:
Adsooi 2024-10-01 22:38:44 +02:00
parent 104b483c3d
commit c139952685
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ FROM ubuntu:jammy
# Jammy uses python3.10 and not 3.12, which is not compatible with PySide2.
ARG DEBIAN_FRONTEND=noninteractive
ARG PYSIDE_VERSION=5.15.2.1
ARG PYSIDE_VERSION
ENV TZ=Europe/Paris
RUN apt-get update