diff --git a/Makefile b/Makefile index ddfdee6..6756b6b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ python3.12-bookworm: clean-python3.12-bookworm --build-arg DEBIAN_RELEASE=bookworm \ --build-arg UBUNTU_RELEASE=jammy \ --build-arg PYTHON_VERSION=3.12 \ - --build-arg REPO_TAG=debian/3.12.0-1+jammy1 \ + --build-arg REPO_TAG=debian/3.12.2-1+jammy3 \ --output build/bookworm/python3.12 \ --force-rm \ --no-cache \ @@ -28,7 +28,7 @@ python3.12-bullseye: clean-python3.12-bullseye --build-arg DEBIAN_RELEASE=bullseye \ --build-arg UBUNTU_RELEASE=focal \ --build-arg PYTHON_VERSION=3.12 \ - --build-arg REPO_TAG=debian/3.12.0-1+focal1 \ + --build-arg REPO_TAG=debian/3.12.2-1+focal3 \ --output build/bullseye/python3.12 \ --force-rm \ --no-cache \ @@ -42,7 +42,7 @@ python3.12-buster: clean-python3.12-buster --build-arg DEBIAN_RELEASE=buster \ --build-arg UBUNTU_RELEASE=focal \ --build-arg PYTHON_VERSION=3.12 \ - --build-arg REPO_TAG=debian/3.12.0-1+focal1 \ + --build-arg REPO_TAG=debian/3.12.2-1+focal3 \ --output build/buster/python3.12 \ --force-rm \ --no-cache \