Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
weastur committed Mar 27, 2024
1 parent 5b58540 commit a2cd641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit a2cd641

Please sign in to comment.