Skip to content

Commit 9ac5ee7

Browse files
chore(deps): update python docker tag to v3.14
1 parent 3723a9b commit 9ac5ee7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-slim AS builder
2+
FROM python:3.14-slim AS builder
33
LABEL maintainer="ODL DevOps <mitx-devops@mit.edu>"
44

55
# Set environment variables for build
@@ -57,7 +57,7 @@ RUN yarn install --immutable \
5757

5858

5959
# Runtime stage
60-
FROM python:3.13-slim AS runtime
60+
FROM python:3.14-slim AS runtime
6161

6262
# Set environment variables for production
6363
ENV PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)