Skip to content

Commit 1dbb2f8

Browse files
chore(deps): update python docker tag to v3.14
1 parent f93148a commit 1dbb2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca 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@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS runtime
6161

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

0 commit comments

Comments
 (0)