Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Dockerfiles/Dockerfile.dss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Stage 1, create base
# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442

FROM python:3.12.13-slim AS base
FROM python:3.12-slim AS base

ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT
ENV PATH $PATH:$PYROOT/bin

RUN pip install pip==26.0
RUN pip install pip==26.1
RUN pip install setuptools==82.0.1

RUN apt-get update && \
Expand Down
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ detect-secrets = {ref = "0.13.1+ibm.64.dss", git = "https://github.com/ibm/detec
pytest = "==8.3.4"
Werkzeug = "==3.1.5"
pre-commit = "==4.0.1"
tornado = "==6.4.2"
wheel = "==0.45.1"

[requires]
python_version = "3.12"
Loading
Loading