From 500e0be393a7814768138fe7dace639ec9497f18 Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Wed, 3 Apr 2024 19:01:58 -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 c436c46..667169a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as the parent image -FROM python:3.11.8-alpine3.19 +FROM python:3.11.8-alpine # Set the working directory in the container to /app WORKDIR /app