Skip to content

Commit

Permalink
alpine 3.12 and python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Oct 12, 2020
1 parent 662c324 commit 5114ce8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.17-alpine
FROM nginx:1.19-alpine

RUN mkdir /src /app
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ htmlmin = "*"
[dev-packages]

[requires]
python_version = "3.7"
python_version = "3.8"
26 changes: 15 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5114ce8

Please sign in to comment.