Skip to content

Commit e20c3ba

Browse files
RenovateJacek
authored andcommitted
Update python Docker tag to v3.11.5 (#31)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | docker | patch | `3.11.4` -> `3.11.5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTA3LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> Reviewed-on: https://git.apud.pl/jacek/adventofcode/pulls/31 Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
1 parent 90935dc commit e20c3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: kubernetes
44

55
steps:
66
- name: build
7-
image: python:3.11.4
7+
image: python:3.11.5
88
commands:
99
- pip install -r requirements.txt
1010
- pytest --no-header -v --junit-xml results.xml

0 commit comments

Comments
 (0)