changer de version de dockerfile
This commit is contained in:
parent
269a686dc3
commit
ca9101b582
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.10-slim
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update
|
||||
RUN apt-get -y update
|
||||
|
||||
RUN apt-get install -y \
|
||||
pandoc\
|
||||
|
|
Loading…
Reference in a new issue