upgrade ipython base image version

This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-07 23:33:15 +08:00
parent f196023a03
commit 0fce9c8d38
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.5-alpine
FROM python:3.8-alpine
LABEL maintainer="ahkui <ahkui@outlook.com>"