Fixing changing PySide versions in TOML files
This commit is contained in:
parent
104b483c3d
commit
c139952685
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
FROM ubuntu:noble
|
||||
|
||||
ARG PYSIDE_VERSION=5.15.2.1
|
||||
ARG PYSIDE_VERSION
|
||||
|
||||
# Adapted from https://github.com/cdrx/docker-pyinstaller/blob/master/Dockerfile-py3-win64
|
||||
# Upstream hasn't been updated for a while.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue