Skip to content

Commit

Permalink
Upgrade to python3.7 (#38)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update runtime.txt

to v 3.7.0

* Update index.html
  • Loading branch information
michaelhenry authored Oct 10, 2018
1 parent ba7e7f7 commit 2af7489
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3
FROM python:3.7
MAINTAINER Michael Henry Pantaleon

ENV PROJECT_PATH /home
Expand All @@ -12,4 +12,4 @@ ENV DJANGO_SETTINGS_MODULE LocalizrExample.settings.production
ENV PORT 8001

EXPOSE $PORT
ENTRYPOINT sh entrypoint-docker.sh
ENTRYPOINT sh entrypoint-docker.sh
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.6.3
python-3.7.0
4 changes: 2 additions & 2 deletions templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<td />
</tr>
<tr>
<th scope="row"><a href="https://github.com/michaelhenry/Localizr/issues/new">Submit an issue</a></th>
<th scope="row"><a href="https://github.com/michaelhenry/Localizr/issues/new">Submit an Issue or a Feature request</a></th>
<td />
</tr>
</table>
Expand Down Expand Up @@ -116,4 +116,4 @@ <h3>{% trans 'My actions' %}</h3>
{% endif %}
</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit 2af7489

Please sign in to comment.