From 0f6529728218972fb23c85cf34648dbc8eb195b9 Mon Sep 17 00:00:00 2001 From: Tim Berry Date: Mon, 8 Feb 2021 13:44:26 +0000 Subject: [PATCH] Updating lab 1.4 to python 3.8 --- Chapter_One/Lecture_4_Lab/myapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_One/Lecture_4_Lab/myapp/Dockerfile b/Chapter_One/Lecture_4_Lab/myapp/Dockerfile index 3ded536..3972566 100644 --- a/Chapter_One/Lecture_4_Lab/myapp/Dockerfile +++ b/Chapter_One/Lecture_4_Lab/myapp/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.8 COPY . /app WORKDIR /app