From 25c707509c18c4ac88f4abd3940555839e905df1 Mon Sep 17 00:00:00 2001 From: sheepgreen <58287293+slippersheepig@users.noreply.github.com> Date: Sat, 20 Jan 2024 23:19:59 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24466e9..1edbb31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11-alpine +FROM python:3.11-slim # Set the working directory in the container WORKDIR /app