modify Dockerfile
Build-Deploy-Actions Details

This commit is contained in:
songw 2023-06-26 14:56:03 +08:00
parent 7b6c296b49
commit c0cfe9f53c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8.13
FROM python:3.8-slim-buster
WORKDIR /app