Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Bump python from 3.7-alpine to 3.8.5-alpine #21

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8.5-alpine

ENV FLASK_APP humanisedflask.py

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-full-python
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.8.5-alpine

ENV FLASK_APP humanisedflask.py

Expand Down