From 7d92a557f49dc639471eb57e60d4ced9b2e9ad49 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Fri, 31 Dec 2021 12:10:19 -0500 Subject: [PATCH] Use latest alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f99afa2..c15b69c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine3.14 +FROM python:alpine # Getting things ready WORKDIR /usr/src/shynet