Skip to content

Commit 98df315

Browse files
committed
pin docker build env
1 parent fe6a81d commit 98df315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/heroku-18.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM heroku/heroku:18-build
1+
FROM heroku/heroku:18-build.v16
22

33
WORKDIR /app
44
ENV WORKSPACE_DIR="/app/builds" \
@@ -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 -y python-pip && rm -rf /var/lib/apt/lists/*
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/*
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)