Skip to content

Commit

Permalink
build: runtime stage python 3.11 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
sukkyun2 committed Aug 22, 2024
1 parent b24f6e0 commit 7a1b4ef
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 @@ -18,7 +18,7 @@ COPY poetry.lock pyproject.toml ./
# this will create the folder /app/.venv (might need adjustment depending on which poetry version you are using)
RUN poetry install --no-root --no-ansi --without test

FROM python:3.9-slim AS runtime
FROM python:3.11-slim AS runtime

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit 7a1b4ef

Please sign in to comment.