Skip to content

Commit 04b60e0

Browse files
authored
Merge pull request #97 from tnir/95-python-to-3.8.1
Use Python 3.8.1
2 parents 83f53a1 + 8defd42 commit 04b60e0

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.8.0-alpine3.10
1+
FROM python:3.8.1-alpine3.11
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.8.0-alpine3.10)
7+
the mysqlclient Docker image (based on python:3.8.1-alpine3.11)

0 commit comments

Comments
 (0)