Skip to content

Commit e38c6d2

Browse files
authored
Merge pull request #81 from tnir/71-mysqlclient-1.4.3
Bump mysqlclient to 1.4.3
2 parents b02e2da + 0865e75 commit e38c6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ RUN apk add --update --no-cache mariadb-connector-c-dev \
66
mariadb-dev \
77
gcc \
88
musl-dev \
9-
&& pip install mysqlclient==1.4.2.post1 \
9+
&& pip install mysqlclient==1.4.3 \
1010
&& apk del .build-deps

0 commit comments

Comments
 (0)