diff --git a/src/anaconda/manifest.json b/src/anaconda/manifest.json index 83f132cfb..791a86ab8 100644 --- a/src/anaconda/manifest.json +++ b/src/anaconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.2.0", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/base-alpine/manifest.json b/src/base-alpine/manifest.json index b0f5d4b10..10b0aa0d3 100644 --- a/src/base-alpine/manifest.json +++ b/src/base-alpine/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.209.6", + "version": "0.209.7", "variants": [ "3.20", "3.19", diff --git a/src/base-debian/manifest.json b/src/base-debian/manifest.json index c11067d3e..b910b46b7 100644 --- a/src/base-debian/manifest.json +++ b/src/base-debian/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.0.18", + "version": "1.0.19", "variants": [ "bookworm", "bullseye" diff --git a/src/base-ubuntu/manifest.json b/src/base-ubuntu/manifest.json index 1b90e2169..b88c98e5e 100644 --- a/src/base-ubuntu/manifest.json +++ b/src/base-ubuntu/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "variants": [ "noble", "jammy", diff --git a/src/cpp/manifest.json b/src/cpp/manifest.json index 27a908d64..6f5539383 100644 --- a/src/cpp/manifest.json +++ b/src/cpp/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.6", + "version": "1.2.7", "variants": [ "bookworm", "bullseye", diff --git a/src/dotnet/manifest.json b/src/dotnet/manifest.json index cd8d303fa..3b002feea 100644 --- a/src/dotnet/manifest.json +++ b/src/dotnet/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.5", + "version": "1.3.6", "variants": [ "9.0-bookworm-slim", "9.0-noble", diff --git a/src/go/manifest.json b/src/go/manifest.json index 3713f8406..746ee2e86 100644 --- a/src/go/manifest.json +++ b/src/go/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.3.3", "variants": [ "1.23-bookworm", "1.22-bookworm", diff --git a/src/java-8/manifest.json b/src/java-8/manifest.json index b6686dd7e..939af6313 100644 --- a/src/java-8/manifest.json +++ b/src/java-8/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.0.19", + "version": "2.0.20", "variants": [ "bookworm", "bullseye" diff --git a/src/java/manifest.json b/src/java/manifest.json index 054cfab38..f7cb66c77 100644 --- a/src/java/manifest.json +++ b/src/java/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.16", + "version": "1.1.17", "variants": [ "21-bookworm", "21-bullseye", diff --git a/src/javascript-node/manifest.json b/src/javascript-node/manifest.json index afde2a151..a277e980c 100644 --- a/src/javascript-node/manifest.json +++ b/src/javascript-node/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.7", + "version": "1.1.8", "variants": [ "22-bookworm", "20-bookworm", diff --git a/src/jekyll/manifest.json b/src/jekyll/manifest.json index aeb7ac1d8..73b8b4a37 100644 --- a/src/jekyll/manifest.json +++ b/src/jekyll/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.10", + "version": "2.1.11", "variants": [ "3.3-bookworm", "3.3-bullseye" diff --git a/src/miniconda/manifest.json b/src/miniconda/manifest.json index 227369a54..e4f13f30d 100644 --- a/src/miniconda/manifest.json +++ b/src/miniconda/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.1.1", "build": { "latest": true, "rootDistro": "debian", diff --git a/src/php/manifest.json b/src/php/manifest.json index 890b38ec8..ca4b6b804 100644 --- a/src/php/manifest.json +++ b/src/php/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.11", + "version": "1.2.12", "variants": [ "8.3-apache-bookworm", "8.2-apache-bookworm", diff --git a/src/python/.devcontainer/Dockerfile b/src/python/.devcontainer/Dockerfile index 80fb0a91a..ef0c51880 100644 --- a/src/python/.devcontainer/Dockerfile +++ b/src/python/.devcontainer/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # Temporary: Upgrade python packages due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897 and https://github.com/advisories/GHSA-2mqj-m65w-jghx # They are installed by the base image (python) which does not have the patch. RUN python3 -m pip install --upgrade \ - setuptools==69.0.3 \ + setuptools==75.6.0 \ gitpython==3.1.41 # [Optional] If your pip requirements rarely change, uncomment this section to add them to the image. diff --git a/src/python/manifest.json b/src/python/manifest.json index c7e302cf7..d973ecf29 100644 --- a/src/python/manifest.json +++ b/src/python/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.1", "variants": [ "3.13-bookworm", "3.12-bookworm", diff --git a/src/python/test-project/test.sh b/src/python/test-project/test.sh index 7a309bdca..b30c6046f 100755 --- a/src/python/test-project/test.sh +++ b/src/python/test-project/test.sh @@ -40,7 +40,7 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig" setuptools_version=$(python -c "import setuptools; print(setuptools.__version__)") -check-version-ge "setuptools-requirement" "${setuptools_version}" "65.5.1" +check-version-ge "setuptools-requirement" "${setuptools_version}" "75.6.0" # https://github.com/advisories/GHSA-2mqj-m65w-jghx gitpython_version=$(python -c "import git; print(git.__version__)") diff --git a/src/ruby/manifest.json b/src/ruby/manifest.json index 469010e57..86027236d 100644 --- a/src/ruby/manifest.json +++ b/src/ruby/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.13", + "version": "1.1.14", "variants": [ "3.3-bookworm", "3.2-bookworm", diff --git a/src/rust/manifest.json b/src/rust/manifest.json index d869216ea..5a2f9eb9e 100644 --- a/src/rust/manifest.json +++ b/src/rust/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.0.19", + "version": "1.0.20", "variants": [ "bookworm", "bullseye" diff --git a/src/typescript-node/manifest.json b/src/typescript-node/manifest.json index e7033e302..d80719229 100644 --- a/src/typescript-node/manifest.json +++ b/src/typescript-node/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.7", + "version": "1.1.8", "variants": [ "22-bookworm", "20-bookworm", diff --git a/src/universal/manifest.json b/src/universal/manifest.json index 142c516d2..f6a5d64a7 100644 --- a/src/universal/manifest.json +++ b/src/universal/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.12.5", + "version": "2.12.6", "build": { "latest": true, "rootDistro": "debian",