diff --git a/Dockerfile b/Dockerfile index 85de15df..c3f01fba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Based on an AMI ############################################################ # Set the base image to use to Ubuntu -FROM python:3.11-slim-buster AS base +FROM python:3.11-slim-bullseye AS base ENV DJANGO_SETTINGS_MODULE=EnigmaAutomation.settings RUN DEBIAN_FRONTEND=noninteractive \ @@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive \ && apt-get autoremove -y # Set env variables used in this Dockerfile (add a unique prefix, such as DEV) -RUN apt update && apt install -y netcat dnsutils libmariadbclient-dev +RUN apt update && apt install -y netcat dnsutils libmariadb-dev RUN mkdir -p /ebs/logs && touch /ebs/logs/engima.log && chmod 777 /ebs/logs/engima.log diff --git a/requirements.txt b/requirements.txt index baeca47f..d4f43a8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cryptography==43.0.1 decorator==4.4.2 defusedxml==0.7.1 Deprecated==1.2.10 -Django==4.2.17 +Django==4.2.25 django-ajax-datatable==4.4.4 django-filter==22.1 django-mysql==4.7.1