Skip to content

Commit

Permalink
Version 3.10.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sapezhko committed Apr 17, 2022
1 parent 57cdbb1 commit b8097ac
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 @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit b8097ac

Please sign in to comment.