Skip to content

Commit

Permalink
Update to python 3.12.4 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Jun 10, 2024
1 parent 7371759 commit c23fbc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 3.9.19
- 3.10.14
- 3.11.9
- 3.12.3
- 3.12.4
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ IMAGE = flaconi/jnlp-slave-py
TAG = latest

# Base image version: https://github.com/jenkinsci/docker-agent/releases/latest
JENKINS_AGENT = 3206.vb_15dcf73f6a_9-10-jdk17
JENKINS_AGENT = 3248.v65ecb_254c298-5-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 c23fbc8

Please sign in to comment.