File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# Based on an AMI
44# ###########################################################
55# Set the base image to use to Ubuntu
6- FROM python:3.11-slim-buster AS base
6+ FROM python:3.11-slim-bullseye AS base
77
88ENV DJANGO_SETTINGS_MODULE=EnigmaAutomation.settings
99RUN DEBIAN_FRONTEND=noninteractive \
@@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
1414 && apt-get autoremove -y
1515
1616# Set env variables used in this Dockerfile (add a unique prefix, such as DEV)
17- RUN apt update && apt install -y netcat dnsutils libmariadbclient -dev
17+ RUN apt update && apt install -y netcat dnsutils libmariadb -dev
1818
1919RUN mkdir -p /ebs/logs && touch /ebs/logs/engima.log && chmod 777 /ebs/logs/engima.log
2020
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cryptography==43.0.1
1616decorator == 4.4.2
1717defusedxml == 0.7.1
1818Deprecated == 1.2.10
19- Django == 4.2.17
19+ Django == 4.2.25
2020django-ajax-datatable == 4.4.4
2121django-filter == 22.1
2222django-mysql == 4.7.1
You can’t perform that action at this time.
0 commit comments