mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Python 3.7.2 as base for Docker image
This commit is contained in:
parent
a418c8b44f
commit
7950105c27
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.6-slim-stretch as build
|
||||
FROM python:3.7.2-slim-stretch as build
|
||||
|
||||
# Setup build dependencies
|
||||
RUN apt update \
|
||||
|
|
@ -27,7 +27,7 @@ COPY . /datasette
|
|||
|
||||
RUN pip install /datasette
|
||||
|
||||
FROM python:3.6-slim-stretch
|
||||
FROM python:3.7.2-slim-stretch
|
||||
|
||||
# Copy python dependencies and spatialite libraries
|
||||
COPY --from=build /usr/local/lib/ /usr/local/lib/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue