We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a51d5f2 + 75ce3f5 commit fe6a81dCopy full SHA for fe6a81d
CHANGELOG.md
@@ -2,7 +2,8 @@
2
3
# Master
4
5
-Typo fixes
+- Unpin Heroku-18 binary build deps
6
+- Typo fixes
7
8
--------------------------------------------------------------------------------
9
builds/heroku-18.Dockerfile
@@ -7,7 +7,7 @@ ENV WORKSPACE_DIR="/app/builds" \
DEBIAN_FRONTEND=noninteractive \
STACK="heroku-18"
10
-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/*
+RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
11
12
COPY requirements.txt /app/
13
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
0 commit comments