Skip to content

Commit b23249a

Browse files
authored
Merge pull request #44 from tnir/33-mysqlclient-1.3.13
Bump mysqlclient to 1.3.13
2 parents 3a8ebaf + 4b450c9 commit b23249a

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-client-libs \
66
mariadb-dev \
77
gcc \
88
musl-dev \
9-
&& pip install mysqlclient==1.3.12 \
9+
&& pip install mysqlclient==1.3.13 \
1010
&& apk del .build-deps

0 commit comments

Comments
 (0)