Skip to content

Commit 03e6bbd

Browse files
chore(deps): update python docker tag to v3.14.0
1 parent 15e6ef8 commit 03e6bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4848
with:
49-
python-version: "3.13.7"
49+
python-version: "3.14.0"
5050
cache: "poetry"
5151

5252
- name: Validate lockfile

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.7
1+
3.14.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.7
1+
FROM python:3.14.0
22
LABEL maintainer "ODL DevOps <mitx-devops@mit.edu>"
33

44
# Add package files, install updated node and pip

0 commit comments

Comments
 (0)