Skip to content

Commit fe6a81d

Browse files
authored
Merge pull request #859 from heroku/dockerfile-update
Unpin Heroku 18 dockerfile dependencies
2 parents a51d5f2 + 75ce3f5 commit fe6a81d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# Master
44

5-
Typo fixes
5+
- Unpin Heroku-18 binary build deps
6+
- Typo fixes
67

78
--------------------------------------------------------------------------------
89

builds/heroku-18.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV WORKSPACE_DIR="/app/builds" \
77
DEBIAN_FRONTEND=noninteractive \
88
STACK="heroku-18"
99

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

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

0 commit comments

Comments
 (0)