Skip to content

Commit

Permalink
Merge pull request #51 from tnir/34-mysqlclient-1.3.14
Browse files Browse the repository at this point in the history
Bump mysqlclient to 1.3.14
  • Loading branch information
tnir authored Feb 24, 2019
2 parents a9cac64 + 93dc094 commit f193b5b
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
Expand Up @@ -6,5 +6,5 @@ RUN apk add --update --no-cache mariadb-client-libs \
mariadb-dev \
gcc \
musl-dev \
&& pip install mysqlclient==1.3.13 \
&& pip install mysqlclient==1.3.14 \
&& apk del .build-deps

0 comments on commit f193b5b

Please sign in to comment.