Upgrade Docker images to Python 3.11, closes #1853

This commit is contained in:
Simon Willison 2022-10-25 11:59:03 -07:00
commit 9676b2deb0
6 changed files with 7 additions and 7 deletions

View file

@ -146,7 +146,7 @@ Here's example output for the package command::
$ datasette package parlgov.db --extra-options="--setting sql_time_limit_ms 2500"
Sending build context to Docker daemon 4.459MB
Step 1/7 : FROM python:3.10.6-slim-bullseye
Step 1/7 : FROM python:3.11.0-slim-bullseye
---> 79e1dc9af1c1
Step 2/7 : COPY . /app
---> Using cache