Parcourir la source

upgrade ipython base image version

Shao Yu-Lung (Allen) il y a 4 ans
Parent
commit
0fce9c8d38
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ipython/Dockerfile.controller

+ 1 - 1
ipython/Dockerfile.controller

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