Skip to content

Commit

Permalink
Python 3.7.2 as base for Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 13, 2019
1 parent a418c8b commit 7950105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 7950105

Please sign in to comment.