Skip to content

Commit c458743

Browse files
authored
Merge pull request heroku#836 from heroku/pin-docker18
pin package versions for python-pip to bionic-security
2 parents 96ffc14 + 0ff53eb commit c458743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.heroku-18

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV WORKSPACE_DIR="/app/builds" \
66
S3_PREFIX="heroku-18/" \
77
DEBIAN_FRONTEND=noninteractive
88

9-
RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
9+
RUN apt-get update && apt-get install --no-install-recommends -y python-pip-whl=9.0.1-2 python-pip=9.0.1-2 python-setuptools python-wheel && rm -rf /var/lib/apt/lists/*
1010

1111
COPY requirements.txt /app/
1212
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt

0 commit comments

Comments
 (0)