Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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