Skip to content

Commit

Permalink
build: 이미지 빌드시 python 3.11 사용
Browse files Browse the repository at this point in the history
- StrEnum이 3.11부터 지원되어 버전 수정 필요
  • Loading branch information
sukkyun2 committed Aug 22, 2024
1 parent bf581a6 commit 9e5b6fe
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
@@ -1,4 +1,4 @@
FROM python:3.9-slim AS builder
FROM python:3.11-slim AS builder

ENV POETRY_HOME="/opt/poetry" \
POETRY_VIRTUALENVS_IN_PROJECT=1 \
Expand Down

0 comments on commit 9e5b6fe

Please sign in to comment.