Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Apr 16, 2024
1 parent 2bdc0ed commit 5f7364e
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.2
- 3.12.3
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-9-jdk17
JENKINS_AGENT = 3206.vb_15dcf73f6a_9-10-jdk17

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

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

0 comments on commit 5f7364e

Please sign in to comment.