Skip to content

Commit

Permalink
update Dockerfile.multi
Browse files Browse the repository at this point in the history
  • Loading branch information
data-henrik committed Feb 23, 2022
1 parent bcb86e1 commit 9700540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Python dependencies builder
#
# Full official Debian-based Python image
FROM python:3.8-stretch AS builder
FROM python:3.8 AS builder

# Always set a working directory
WORKDIR /app
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Actual container
#
#
FROM python:3.8-slim-stretch AS app
FROM python:3.8-slim AS app

# Extra python env
ENV PATH="/venv/bin:$PATH"
Expand Down

0 comments on commit 9700540

Please sign in to comment.