mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade Docker images to Python 3.11, closes #1853
This commit is contained in:
parent
e135da8efe
commit
9676b2deb0
6 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10.6-slim-bullseye as build
|
||||
FROM python:3.11.0-slim-bullseye as build
|
||||
|
||||
# Version of Datasette to install, e.g. 0.55
|
||||
# docker build . -t datasette --build-arg VERSION=0.55
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue