We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff25709 commit 463e552Copy full SHA for 463e552
.github/workflows/base-python-service-jobs.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up Python
42
uses: actions/setup-python@v6
43
with:
44
- python-version: 3.9
+ python-version: 3.14
45
- name: Run Unit tests
46
run: |
47
./tasks test_unit
@@ -56,10 +56,10 @@ jobs:
56
steps:
57
- uses: actions/checkout@v6
58
59
- - name: Set up Python 3.9
+ - name: Set up Python 3.14
60
61
62
63
64
- name: Configure AWS credentials
65
id: auth
services/mesh-forwarder/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-alpine3.22
+FROM python:3.14-alpine3.23
2
3
RUN apk update && \
4
apk -u list && \
0 commit comments