SilentWraith commited on
Commit
22deb2a
·
verified ·
1 Parent(s): 4ca080c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  COPY app app
14
 
15
  # Stage 2: Production
16
- FROM python:3.11-slim as production
17
 
18
  WORKDIR /app
19
 
 
13
  COPY app app
14
 
15
  # Stage 2: Production
16
+ FROM python:3.11-bookworm as production
17
 
18
  WORKDIR /app
19