Skip to content

Commit

Permalink
Merge pull request #836 from heroku/pin-docker18
Browse files Browse the repository at this point in the history
pin package versions for python-pip to bionic-security
  • Loading branch information
CaseyFaist authored Aug 29, 2019
2 parents 96ffc14 + 0ff53eb commit c458743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.heroku-18
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV WORKSPACE_DIR="/app/builds" \
S3_PREFIX="heroku-18/" \
DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
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/*

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

0 comments on commit c458743

Please sign in to comment.