Skip to content

Commit

Permalink
Merge pull request #58 from tnir/56-mysqlclient-1.4.2.post1
Browse files Browse the repository at this point in the history
Bump mysqlclient to 1.4.2.post1
  • Loading branch information
tnir authored Feb 24, 2019
2 parents 5beebd4 + fe67f75 commit 3f5c7d8
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.4.2 \
&& pip install mysqlclient==1.4.2.post1 \
&& apk del .build-deps

0 comments on commit 3f5c7d8

Please sign in to comment.