Skip to content

Commit 9b80876

Browse files
authored
Merge pull request #27 from netz39/dependabot/docker/python-3.14
Bump python from 3.13 to 3.14
2 parents 5bd0d2c + c6b947a commit 9b80876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.14'
2020

2121
- name: Install dependencies
2222
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD . /git/
55
RUN git describe --always --dirty > /git-version.txt
66

77

8-
FROM python:3.13
8+
FROM python:3.14
99

1010
EXPOSE 8080
1111
HEALTHCHECK --interval=10s CMD curl --fail http://localhost:8080/health || exit 1

0 commit comments

Comments
 (0)