Skip to content

Commit

Permalink
Update to python 3.12.7 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Nov 21, 2024
1 parent c23fbc8 commit f5f0119
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
PYTHON:
- 3.8.19
- 3.9.19
- 3.10.14
- 3.11.9
- 3.12.4
- 3.8.20
- 3.9.20
- 3.10.15
- 3.11.10
- 3.12.7
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 = 3248.v65ecb_254c298-5-jdk17
JENKINS_AGENT = 3283.v92c105e0f819-1-jdk17

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

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

0 comments on commit f5f0119

Please sign in to comment.