summaryrefslogtreecommitdiffstats
path: root/testing/zipapp/Dockerfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-16 09:45:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-16 09:45:11 +0000
commitf2ae340aa5fc69bc4f305365bfe7ad41cf5f4973 (patch)
tree10c69f11608df1ba4aa763602ad45e4748d0a6ce /testing/zipapp/Dockerfile
parentAdding upstream version 3.3.2. (diff)
downloadpre-commit-f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973.tar.xz
pre-commit-f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973.zip
Adding upstream version 3.3.3.upstream/3.3.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/zipapp/Dockerfile')
-rw-r--r--testing/zipapp/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/zipapp/Dockerfile b/testing/zipapp/Dockerfile
index 7c74c1b..ea967e3 100644
--- a/testing/zipapp/Dockerfile
+++ b/testing/zipapp/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:focal
+FROM ubuntu:jammy
RUN : \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -11,4 +11,4 @@ RUN : \
ENV LANG=C.UTF-8 PATH=/venv/bin:$PATH
RUN : \
&& python3 -mvenv /venv \
- && pip install --no-cache-dir pip setuptools wheel no-manylinux --upgrade
+ && pip install --no-cache-dir pip distlib no-manylinux --upgrade