Skip to content

Commit

Permalink
Update to python 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Jun 10, 2024
1 parent 7371759 commit 093b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JENKINS_AGENT = 3206.vb_15dcf73f6a_9-10-jdk17

# Python versions: $PYTHON_MAJOR.$PYTHON_PATCH
PYTHON_MAJOR = 3.12
PYTHON_PATCH = 3
PYTHON_PATCH = 4

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_AGENT}/$(JENKINS_AGENT)/g";)
Expand Down

0 comments on commit 093b987

Please sign in to comment.