We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f55ba8 + 7d62a7a commit 452b7f9Copy full SHA for 452b7f9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.6.9-alpine3.10
+FROM python:3.7.3-alpine3.10
2
MAINTAINER Takuya Noguchi <[email protected]>
3
4
RUN apk add --update --no-cache mariadb-connector-c-dev \
README.md
@@ -4,4 +4,4 @@
5
powered by [](https://badge.fury.io/py/mysqlclient)
6
7
-the mysqlclient Docker image (based on python:3.6.9-alpine3.10)
+the mysqlclient Docker image (based on python:3.7.3-alpine3.10)
0 commit comments