mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette publish uses python:3.8 base Docker image, closes #629
This commit is contained in:
parent
f554be39fc
commit
d977fbadf7
3 changed files with 3 additions and 3 deletions
|
|
@ -306,7 +306,7 @@ def make_dockerfile(
|
|||
install = ["datasette"] + list(install)
|
||||
|
||||
return """
|
||||
FROM python:3.6
|
||||
FROM python:3.8
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
{spatialite_extras}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue