Skip to content

Commit a2cd641

Browse files
author
Pavel Sapezhka
committed
New version
1 parent 5b58540 commit a2cd641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python3.12-bookworm: clean-python3.12-bookworm
1414
--build-arg DEBIAN_RELEASE=bookworm \
1515
--build-arg UBUNTU_RELEASE=jammy \
1616
--build-arg PYTHON_VERSION=3.12 \
17-
--build-arg REPO_TAG=debian/3.12.0-1+jammy1 \
17+
--build-arg REPO_TAG=debian/3.12.2-1+jammy3 \
1818
--output build/bookworm/python3.12 \
1919
--force-rm \
2020
--no-cache \
@@ -28,7 +28,7 @@ python3.12-bullseye: clean-python3.12-bullseye
2828
--build-arg DEBIAN_RELEASE=bullseye \
2929
--build-arg UBUNTU_RELEASE=focal \
3030
--build-arg PYTHON_VERSION=3.12 \
31-
--build-arg REPO_TAG=debian/3.12.0-1+focal1 \
31+
--build-arg REPO_TAG=debian/3.12.2-1+focal3 \
3232
--output build/bullseye/python3.12 \
3333
--force-rm \
3434
--no-cache \
@@ -42,7 +42,7 @@ python3.12-buster: clean-python3.12-buster
4242
--build-arg DEBIAN_RELEASE=buster \
4343
--build-arg UBUNTU_RELEASE=focal \
4444
--build-arg PYTHON_VERSION=3.12 \
45-
--build-arg REPO_TAG=debian/3.12.0-1+focal1 \
45+
--build-arg REPO_TAG=debian/3.12.2-1+focal3 \
4646
--output build/buster/python3.12 \
4747
--force-rm \
4848
--no-cache \

0 commit comments

Comments
 (0)