Skip to content

Commit

Permalink
ops: more appropriate base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Aug 10, 2023
1 parent 47bf3f2 commit 3aaae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./ramanchada2 /tmp/ramanchada2

RUN poetry export -f requirements.txt --output requirements.txt --without-hashes

FROM tiangolo/uvicorn-gunicorn:python3.9-slim
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9-slim

LABEL maintainer="Luchesar ILIEV <luchesar.iliev@gmail.com>" \
org.opencontainers.image.created=$BUILD_DATE \
Expand Down

0 comments on commit 3aaae06

Please sign in to comment.