Update arch and ubuntu versions to avoid expired repos and keys

This commit is contained in:
Tomas Groth 2023-01-09 21:36:00 +00:00
parent ef34b66ea5
commit bf439dd750
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM archlinux:base-20220130.0.46058
FROM archlinux:base-20230108.0.116909
ENV LANG C.UTF-8
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \

View File

@ -1,4 +1,4 @@
FROM ubuntu:21.10
FROM ubuntu:22.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \