Skip to content

Commit

Permalink
Base image v1.4.1 for faster start up (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Nov 2, 2020
1 parent 5feaea7 commit 3b05a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To run: docker run -v /path/to/wsgi.py:/var/www/sheepdog/wsgi.py --name=sheepdog -p 81:80 sheepdog
# To check running container: docker exec -it sheepdog /bin/bash

FROM quay.io/cdis/python-nginx:pybase3-1.1.0
FROM quay.io/cdis/python-nginx:pybase3-1.4.1

RUN apk update \
&& apk add postgresql-libs postgresql-dev libffi-dev libressl-dev \
Expand Down

0 comments on commit 3b05a7f

Please sign in to comment.