From b4a6667faccc43629f831e4a8087b952af5b3978 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sat, 19 Aug 2023 16:48:13 +0200 Subject: [PATCH] Alpine -> Debian --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index cd407a8..ea67a51 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.11-alpine AS base +FROM docker.io/python:3.11-slim AS base WORKDIR /app