Skip to content

Commit b116660

Browse files
authored
Merge pull request #87 from tnir/69-python-to-3.7.5
Use Python 3.7.5
2 parents 157f581 + c6b3d5c commit b116660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7.4-alpine3.10
1+
FROM python:3.7.5-alpine3.10
22
MAINTAINER Takuya Noguchi <[email protected]>
33

44
RUN apk add --update --no-cache mariadb-connector-c-dev \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
powered by [![PyPI version](https://badge.fury.io/py/mysqlclient.svg)](https://badge.fury.io/py/mysqlclient)
66

7-
the mysqlclient Docker image (based on python:3.7.4-alpine3.10)
7+
the mysqlclient Docker image (based on python:3.7.5-alpine3.10)

0 commit comments

Comments
 (0)