Skip to content

Commit eff8ad2

Browse files
committed
Bump mysqlclient to 1.4.6
Signed-off-by: Takuya Noguchi <[email protected]>
1 parent 04b60e0 commit eff8ad2

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.5 \
9+
&& pip install mysqlclient==1.4.6 \
1010
&& apk del .build-deps

0 commit comments

Comments
 (0)