Skip to content

Commit f67bdf7

Browse files
committed
fix: ensure that pip always gets the latest versions
1 parent 37c8a80 commit f67bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uk_bin_collection_api_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY requirements.txt .
99

1010
# Install any needed packages specified in requirements.txt
1111
RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev \
12-
&& pip install --no-cache-dir -r requirements.txt \
12+
&& pip install --upgrade --no-cache-dir -r requirements.txt \
1313
&& apk del gcc musl-dev libffi-dev openssl-dev
1414

1515
# Copy the application code into the container

0 commit comments

Comments
 (0)