Browse Source

Update dockerfile

Leng Yue 1 year ago
parent
commit
b05b1d4bb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10.14-bookworm
+FROM python:3.10-slim-bullseye
 
 # Install system dependencies
 ENV DEBIAN_FRONTEND=noninteractive