Skip to content

Commit

Permalink
Merge pull request #976 from uc-cdis/chore/baseimage
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Avantol13 committed Nov 11, 2021
2 parents 8370e56 + 56272b7 commit 0c40a48
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 --rm -d -v /path/to/fence-config.yaml:/var/www/fence/fence-config.yaml --name=fence -p 80:80 fence
# To check running container do: docker exec -it fence /bin/bash

FROM quay.io/cdis/python:pybase3-2.0.0
FROM quay.io/cdis/python:python3.6-buster-pybase3-3.0.2

ENV appname=fence

Expand Down

0 comments on commit 0c40a48

Please sign in to comment.