Skip to content

Commit

Permalink
Use alpine 3.7 in order to build pyflame with support for Python 3.6 ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-ojeda-binbash committed Aug 3, 2019
1 parent 90c90de commit fce0311
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.7

RUN apk add --no-cache libstdc++ perl \
&& apk add --no-cache \
Expand Down

0 comments on commit fce0311

Please sign in to comment.