We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80955be commit 4dc8454Copy full SHA for 4dc8454
.github/workflows/docker-build.yml
@@ -16,7 +16,6 @@ jobs:
16
fail-fast: false
17
matrix:
18
PYTHON:
19
- - 3.9.24
20
- 3.10.19
21
- 3.11.14
22
- 3.12.12
Makefile
@@ -10,7 +10,7 @@ IMAGE = flaconi/jnlp-slave-py
10
TAG = latest
11
12
# Base image version: https://github.com/jenkinsci/docker-agent/releases/latest
13
-JENKINS_AGENT = 3345.v03dee9b_f88fc-1
+JENKINS_AGENT = 3345.v03dee9b_f88fc-5
14
15
# Python versions: $PYTHON_MAJOR.$PYTHON_PATCH
PYTHON_MAJOR = 3.14
0 commit comments