From 8fcaa07a83948c4e7952a63482faaa2d9378e527 Mon Sep 17 00:00:00 2001 From: Muhammad Sadewa Wicaksana W Date: Tue, 10 Jun 2025 09:30:15 +0700 Subject: [PATCH] upgrade versions of setup tools --- 3.10/alpine3.21/Dockerfile | 2 +- 3.10/alpine3.22/Dockerfile | 2 +- 3.10/bookworm/Dockerfile | 2 +- 3.10/bullseye/Dockerfile | 2 +- 3.10/slim-bookworm/Dockerfile | 2 +- 3.10/slim-bullseye/Dockerfile | 2 +- 3.11/alpine3.21/Dockerfile | 2 +- 3.11/alpine3.22/Dockerfile | 2 +- 3.11/bookworm/Dockerfile | 2 +- 3.11/bullseye/Dockerfile | 2 +- 3.11/slim-bookworm/Dockerfile | 2 +- 3.11/slim-bullseye/Dockerfile | 2 +- versions.json | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/3.10/alpine3.21/Dockerfile b/3.10/alpine3.21/Dockerfile index 6cc036e23..8730ad21a 100644 --- a/3.10/alpine3.21/Dockerfile +++ b/3.10/alpine3.21/Dockerfile @@ -123,7 +123,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.10/alpine3.22/Dockerfile b/3.10/alpine3.22/Dockerfile index b91541a49..066e63db6 100644 --- a/3.10/alpine3.22/Dockerfile +++ b/3.10/alpine3.22/Dockerfile @@ -123,7 +123,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.10/bookworm/Dockerfile b/3.10/bookworm/Dockerfile index 26a7c1623..41052c25c 100644 --- a/3.10/bookworm/Dockerfile +++ b/3.10/bookworm/Dockerfile @@ -95,7 +95,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.10/bullseye/Dockerfile b/3.10/bullseye/Dockerfile index 965b0995c..b28e87a3a 100644 --- a/3.10/bullseye/Dockerfile +++ b/3.10/bullseye/Dockerfile @@ -95,7 +95,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.10/slim-bookworm/Dockerfile b/3.10/slim-bookworm/Dockerfile index 49411c8e6..24f8ee914 100644 --- a/3.10/slim-bookworm/Dockerfile +++ b/3.10/slim-bookworm/Dockerfile @@ -128,7 +128,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.10/slim-bullseye/Dockerfile b/3.10/slim-bullseye/Dockerfile index 6d6aa7fe9..5a2adcf53 100644 --- a/3.10/slim-bullseye/Dockerfile +++ b/3.10/slim-bullseye/Dockerfile @@ -128,7 +128,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.11/alpine3.21/Dockerfile b/3.11/alpine3.21/Dockerfile index a164244d7..bb99ac91a 100644 --- a/3.11/alpine3.21/Dockerfile +++ b/3.11/alpine3.21/Dockerfile @@ -123,7 +123,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.11/alpine3.22/Dockerfile b/3.11/alpine3.22/Dockerfile index 954cf29ea..f4fb80084 100644 --- a/3.11/alpine3.22/Dockerfile +++ b/3.11/alpine3.22/Dockerfile @@ -123,7 +123,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.11/bookworm/Dockerfile b/3.11/bookworm/Dockerfile index 68c68dee3..9f58d0ff4 100644 --- a/3.11/bookworm/Dockerfile +++ b/3.11/bookworm/Dockerfile @@ -95,7 +95,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.11/bullseye/Dockerfile b/3.11/bullseye/Dockerfile index 1e1f136a3..c7bef719f 100644 --- a/3.11/bullseye/Dockerfile +++ b/3.11/bullseye/Dockerfile @@ -95,7 +95,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.11/slim-bookworm/Dockerfile b/3.11/slim-bookworm/Dockerfile index a2538726e..dd314498a 100644 --- a/3.11/slim-bookworm/Dockerfile +++ b/3.11/slim-bookworm/Dockerfile @@ -128,7 +128,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/3.11/slim-bullseye/Dockerfile b/3.11/slim-bullseye/Dockerfile index 5f64e97b3..d669e1635 100644 --- a/3.11/slim-bullseye/Dockerfile +++ b/3.11/slim-bullseye/Dockerfile @@ -128,7 +128,7 @@ RUN set -eux; \ --disable-pip-version-check \ --no-cache-dir \ --no-compile \ - 'setuptools==65.5.1' \ + 'setuptools==78.1.1' \ # https://github.com/docker-library/python/issues/1023 'wheel<0.46' \ ; \ diff --git a/versions.json b/versions.json index ba12214b3..ba4e9390f 100644 --- a/versions.json +++ b/versions.json @@ -6,7 +6,7 @@ } }, "setuptools": { - "version": "65.5.1" + "version": "78.1.1" }, "variants": [ "bookworm", @@ -25,7 +25,7 @@ } }, "setuptools": { - "version": "65.5.1" + "version": "78.1.1" }, "variants": [ "bookworm",