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 3
3
# Based on an AMI
4
4
# ###########################################################
5
5
# 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
7
7
8
8
ENV DJANGO_SETTINGS_MODULE=EnigmaAutomation.settings
9
9
RUN DEBIAN_FRONTEND=noninteractive \
@@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
14
14
&& apt-get autoremove -y
15
15
16
16
# 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
18
18
19
19
RUN mkdir -p /ebs/logs && touch /ebs/logs/engima.log && chmod 777 /ebs/logs/engima.log
20
20
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cryptography==43.0.1
16
16
decorator == 4.4.2
17
17
defusedxml == 0.7.1
18
18
Deprecated == 1.2.10
19
- Django == 4.2.17
19
+ Django == 4.2.25
20
20
django-ajax-datatable == 4.4.4
21
21
django-filter == 22.1
22
22
django-mysql == 4.7.1
You can’t perform that action at this time.
0 commit comments