We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe8912d + c190efe commit ea26615Copy full SHA for ea26615
Dockerfile
@@ -4,6 +4,9 @@ FROM python:3.9-slim
4
# 2. 작업 디렉토리 생성
5
WORKDIR /app
6
7
+# pip 업그레이드
8
+RUN pip install --upgrade pip
9
+
10
# 3. 요구 사항 파일 복사
11
COPY requirements.txt /app/
12
requirements.txt
@@ -1,6 +1,6 @@
1
annotated-types==0.7.0
2
anyio==4.9.0
3
-click==8.2.1
+click==8.1.3
fastapi==0.116.0
h11==0.16.0
httptools==0.6.4
0 commit comments