@@ -1,4 +1,4 @@
-FROM python:3.11.4-alpine3.18
+FROM python:3.11.4-bullseye
COPY . /usr/local/app/
RUN ["pip", "install", "waitress"]