Skip to content

Commit e388e0f

Browse files
authored
Update Dockerfile
1 parent e570b5e commit e388e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-alpine
1+
FROM python:3.9.18-slim-bullseye
22
WORKDIR /app
33
COPY ./ /app/
44
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)