moriire commited on
Commit
c3bbefd
1 Parent(s): 2c08c48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12-slim-bullseye
2
 
3
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
4
  python3 \
 
1
+ FROM python:3.11-slim-bullseye
2
 
3
  RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
4
  python3 \