From 95a9dae9f7880aa432dfbf1cf11e92435c737aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn=20Gonzalez?= Date: Mon, 22 Apr 2024 22:17:50 +0200 Subject: [PATCH] Revert "Update Dockerfile" This reverts commit 6c6b7736d570c71418dc1e2d6636ba97fd4b6346. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ba6afd..e022eba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:alpine3.19 +FROM python:3.11-alpine # Set the working directory to /app WORKDIR /app