Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.dss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1, create base
# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442

FROM python:3.9.7-slim AS base
FROM python:3.12.2-slim AS base

ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT
Expand Down