mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade Docker baes to 3.10.6-slim-bullseye - refs #1768
This commit is contained in:
parent
df4fd2d7dd
commit
668415df9f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.9.7-slim-bullseye as build
|
FROM python:3.10.6-slim-bullseye as build
|
||||||
|
|
||||||
# Version of Datasette to install, e.g. 0.55
|
# Version of Datasette to install, e.g. 0.55
|
||||||
# docker build . -t datasette --build-arg VERSION=0.55
|
# docker build . -t datasette --build-arg VERSION=0.55
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue