From 0bfd60b38db460166a6ed9b80887adb29ee1bdb8 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Wed, 2 Feb 2022 20:33:18 +0100 Subject: [PATCH] Change to bullseye docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff9099f..129c81a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM python:3.10-alpine +FROM python:3.10-bullseye WORKDIR /app @@ -13,4 +13,4 @@ RUN pip3 install -r requirements.txt COPY . . -ENTRYPOINT [ "python3", "main.py"] \ No newline at end of file +ENTRYPOINT [ "python3", "main.py"]