Skip to content

Commit

Permalink
Ensure that any preinstalled packages are upgraded in Docker images (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 27, 2023
1 parent 2104ed1 commit 9524831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -105,7 +105,7 @@ RUN python -m pip install --no-cache-dir pip==22.3.1

# Install the base requirements separately so they cache
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --upgrade --no-cache-dir -r requirements.txt

# Install prefect from the sdist
COPY --from=python-builder /opt/prefect/dist ./dist
Expand Down

0 comments on commit 9524831

Please sign in to comment.