Skip to content

Commit

Permalink
Merge pull request #25 from tdebatty/patch-2
Browse files Browse the repository at this point in the history
Use fixed version alpine:3.10. Fix issue #22
  • Loading branch information
1N3 authored Jan 9, 2020
2 parents 451e5f9 + 53ab268 commit 803b67a
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 alpine:latest
FROM alpine:3.10


RUN apk --update add --no-cache python2 py2-requests py2-pip py2-lxml py2-requests openssl ca-certificates
Expand Down

0 comments on commit 803b67a

Please sign in to comment.