From a22a22f90084ba5d3fb09d3ce5029cbc2d2a8487 Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Wed, 3 Apr 2024 19:01:47 -0700 Subject: [PATCH] feat: switch to using the latest stable version of alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcfb312..b544af0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.8-alpine3.19 +FROM python:3.11.8-alpine RUN pip install --upgrade pip