Skip to content

Commit bbdccae

Browse files
fix(deps): update python docker tag
1 parent 95dccc4 commit bbdccae

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
6464
with:
65-
python-version: "3.13.7"
65+
python-version: "3.14.3"
6666
cache: "poetry"
6767

6868
- name: Install dependencies

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM python:3.13.7-slim as builder
2+
FROM python:3.14.3-slim as builder
33
LABEL maintainer="ODL DevOps <mitx-devops@mit.edu>"
44

55
# Set environment variables for build
@@ -47,7 +47,7 @@ RUN python3 -m venv $VIRTUAL_ENV \
4747
&& poetry install
4848

4949
# Runtime stage
50-
FROM python:3.13.7-slim as runtime
50+
FROM python:3.14.3-slim as runtime
5151

5252
# Set environment variables for production
5353
ENV PYTHONUNBUFFERED=1 \

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.0.0"
88
package-mode = false
99

1010
[tool.poetry.dependencies]
11-
python = "~3.13"
11+
python = "~3.14"
1212

1313
beautifulsoup4 = "^4.12.2"
1414
boto3 = "1.42.44"

0 commit comments

Comments
 (0)