From eae1c356069d3d51dab113da4f876bf5ead64be3 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Thu, 17 Nov 2022 11:34:45 +0300 Subject: [PATCH] docker-latest-python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e09084c9..56a433d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:latest EXPOSE 8080