We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93148a commit 1dbb2f8Copy full SHA for 1dbb2f8
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM python:3.13-slim AS builder
+FROM python:3.14-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS builder
3
LABEL maintainer="ODL DevOps <mitx-devops@mit.edu>"
4
5
# Set environment variables for build
@@ -57,7 +57,7 @@ RUN yarn install --immutable \
57
58
59
# Runtime stage
60
-FROM python:3.13-slim AS runtime
+FROM python:3.14-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS runtime
61
62
# Set environment variables for production
63
ENV PYTHONUNBUFFERED=1 \
0 commit comments