From b8097ac8c5aeb9afc0f5a197192d5b5fa22db0b2 Mon Sep 17 00:00:00 2001 From: Pavel Sapezhko Date: Sun, 17 Apr 2022 20:40:16 +0300 Subject: [PATCH] Version 3.10.4-2 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e753c9..8566a3a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ python3.10-bullseye: clean-python3.10-bullseye --build-arg DEBIAN_RELEASE=bullseye \ --build-arg UBUNTU_RELEASE=focal \ --build-arg PYTHON_VERSION=3.10 \ - --build-arg REPO_TAG=debian/3.10.4-1+focal1 \ + --build-arg REPO_TAG=debian/3.10.4-1+focal2 \ --output build/bullseye/python3.10 \ --force-rm \ --no-cache \ @@ -25,7 +25,7 @@ python3.10-buster: clean-python3.10-buster --build-arg DEBIAN_RELEASE=buster \ --build-arg UBUNTU_RELEASE=focal \ --build-arg PYTHON_VERSION=3.10 \ - --build-arg REPO_TAG=debian/3.10.4-1+focal1 \ + --build-arg REPO_TAG=debian/3.10.4-1+focal2 \ --output build/buster/python3.10 \ --force-rm \ --no-cache \ @@ -39,7 +39,7 @@ python3.10-stretch: clean-python3.10-stretch --build-arg DEBIAN_RELEASE=stretch \ --build-arg UBUNTU_RELEASE=bionic \ --build-arg PYTHON_VERSION=3.10 \ - --build-arg REPO_TAG=debian/3.10.4-1+bionic1 \ + --build-arg REPO_TAG=debian/3.10.4-1+bionic2 \ --output build/stretch/python3.10 \ --force-rm \ --no-cache \