We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8ebaf commit 4b450c9Copy full SHA for 4b450c9
Dockerfile
@@ -6,5 +6,5 @@ RUN apk add --update --no-cache mariadb-client-libs \
6
mariadb-dev \
7
gcc \
8
musl-dev \
9
- && pip install mysqlclient==1.3.12 \
+ && pip install mysqlclient==1.3.13 \
10
&& apk del .build-deps
0 commit comments