Skip to content

Commit

Permalink
Bump mysqlclient to 1.3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir committed Feb 11, 2019
1 parent 3a8ebaf commit 4b450c9
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.12 \
&& pip install mysqlclient==1.3.13 \
&& apk del .build-deps

0 comments on commit 4b450c9

Please sign in to comment.