Skip to content

Commit

Permalink
Merge pull request #17 from nyanshak/fix-dockerfile-f-strings
Browse files Browse the repository at this point in the history
Bump Dockerfile base image to python:3.6-alpine
  • Loading branch information
almandin committed Oct 31, 2018
2 parents d650e7a + db3fc9c commit 06bb2a8
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,4 +1,4 @@
FROM python:3.5-alpine
FROM python:3.6-alpine
LABEL author="Mostafa Hussein <mostafa.hussein91@gmail.com>"
RUN apk add --no-cache gcc musl-dev libxml2-dev libxslt-dev openssl
COPY . /home/fuxploider
Expand Down

0 comments on commit 06bb2a8

Please sign in to comment.