changer de version de dockerfile

This commit is contained in:
François Pelletier 2024-01-28 13:21:49 -05:00
parent 269a686dc3
commit ca9101b582

View file

@ -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\