Skip to content

Commit

Permalink
Python patch version updates (2025-02-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Feb 11, 2025
1 parent 691d096 commit db41b96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- 3.9.21
- 3.10.16
- 3.11.11
- 3.12.8
- 3.13.1
- 3.12.9
- 3.13.2
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 Flaconi GmbH
Copyright (c) 2022-2025 Flaconi GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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 = 3283.v92c105e0f819-3-jdk21
JENKINS_AGENT = 3283.v92c105e0f819-8-jdk21

# Python versions: $PYTHON_MAJOR.$PYTHON_PATCH
PYTHON_MAJOR = 3.13
PYTHON_PATCH = 1
PYTHON_PATCH = 2

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

0 comments on commit db41b96

Please sign in to comment.