Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Galtozzy committed Oct 29, 2024
1 parent 09ab2d1 commit a28e4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine as compile-image
FROM python:3.12-alpine AS compile-image

ENV PYTHONFAULTHANDLER=1 \
PYTHONHASHSEED=random \
Expand All @@ -24,7 +24,7 @@ RUN pip uninstall poetry -y
RUN apk del gcc python3-dev libc-dev


FROM python:3.12-alpine as runtime-image
FROM python:3.12-alpine AS runtime-image

COPY --from=compile-image /usr/local /usr/local

Expand Down

0 comments on commit a28e4bc

Please sign in to comment.