fix: revert downgrade of the debian version

This commit is contained in:
PGerardi
2023-09-11 11:54:57 +02:00
committed by GitHub
parent a93c4bea2f
commit ac97e6bc6f

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.8
FROM python:$PYTHON_VERSION-slim-bullseye
FROM python:$PYTHON_VERSION
# Install wget.
RUN apt-get update && \