Updating Qt version
This commit is contained in:
parent
a2725df22e
commit
5024515881
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:jammy
|
FROM ubuntu:jammy
|
||||||
|
|
||||||
ARG PYSIDE2_VERSION=6.5.0
|
ARG PYSIDE2_VERSION=6.6.1
|
||||||
|
|
||||||
# Adapted rom https://github.com/cdrx/docker-pyinstaller/blob/master/Dockerfile-py3-win64
|
# Adapted rom https://github.com/cdrx/docker-pyinstaller/blob/master/Dockerfile-py3-win64
|
||||||
# Unupdated for a while.
|
# Unupdated for a while.
|
||||||
|
@ -8,8 +8,8 @@ ARG PYSIDE2_VERSION=6.5.0
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
ARG WINE_VERSION=winehq-staging
|
ARG WINE_VERSION=winehq-staging
|
||||||
ARG PYTHON_VERSION=3.11.3
|
ARG PYTHON_VERSION=3.11.7
|
||||||
ARG PYINSTALLER_VERSION=5.11.0
|
ARG PYINSTALLER_VERSION=6.3.0
|
||||||
|
|
||||||
# we need wine for this all to work, so we'll use the PPA
|
# we need wine for this all to work, so we'll use the PPA
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:jammy
|
FROM ubuntu:jammy
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG PYSIDE2_VERSION=6.5.0
|
ARG PYSIDE2_VERSION=6.6.1
|
||||||
|
|
||||||
ENV TZ=Europe/Paris
|
ENV TZ=Europe/Paris
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
Loading…
Reference in a new issue