File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 uses : OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5
1515 with :
1616 python-path : webtranslate scripts/filter_update_langs scripts/lang_sync scripts/eintsgit.py
17- python-version : 3.8
17+ python-version : 3.11
Original file line number Diff line number Diff line change 1- FROM python:3.8 -slim AS builder
1+ FROM python:3.11 -slim AS builder
22
33WORKDIR /docs
44
@@ -16,7 +16,7 @@ RUN make -C /docs
1616
1717
1818
19- FROM python:3.8 -slim
19+ FROM python:3.11 -slim
2020
2121ARG BUILD_DATE=""
2222ARG BUILD_VERSION="dev"
Original file line number Diff line number Diff line change 1- certifi == 2024.6.2
2- charset-normalizer == 3.3.2
3- click == 8.1.7
4- idna == 3.7
1+ certifi == 2025.1.31
2+ charset-normalizer == 3.4.1
3+ click == 8.1.8
4+ idna == 3.10
55oauthlib == 3.2.2
66openttd-helpers == 1.4.0
77requests == 2.32.3
88requests-oauthlib == 2.0.0
9- sentry-sdk == 2.7.1
10- urllib3 == 2.2.2
9+ sentry-sdk == 2.21.0
10+ urllib3 == 2.3.0
You can’t perform that action at this time.
0 commit comments