From bf439dd750c25a75dcd79b4d31354aabfe8d8a06 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Mon, 9 Jan 2023 21:36:00 +0000 Subject: [PATCH] Update arch and ubuntu versions to avoid expired repos and keys --- Dockerfile.arch | 2 +- Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.arch b/Dockerfile.arch index 247a30b..d0ea213 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -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 \ diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 51c97c1..961c8dd 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -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 \