From 88b1a8c52555cf44f53d372ee0d86490c0d22f3b Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:36:16 +0900 Subject: [PATCH] Update Python build image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8867443b..08e846a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -FROM python:3-jessie +FROM python:3 LABEL maintainer "https://github.com/danisla,https://github.com/ehfd"