Skip to content

Commit

Permalink
Merge pull request #90 from tnir/73-mysqlclient-1.4.5
Browse files Browse the repository at this point in the history
Bump mysqlclient to 1.4.5
  • Loading branch information
tnir authored Dec 4, 2019
2 parents b116660 + aca2dac commit 1c6fdf2
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-connector-c-dev \
mariadb-dev \
gcc \
musl-dev \
&& pip install mysqlclient==1.4.4 \
&& pip install mysqlclient==1.4.5 \
&& apk del .build-deps

0 comments on commit 1c6fdf2

Please sign in to comment.