Skip to content

Commit 519c379

Browse files
authored
Merge pull request #271 from browserstack/dependabot/pip/django-4.2.25
build(deps): bump django from 4.2.17 to 4.2.25
2 parents d2dc766 + 1e3ced7 commit 519c379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
ENV DJANGO_SETTINGS_MODULE=EnigmaAutomation.settings
99
RUN 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

1919
RUN mkdir -p /ebs/logs && touch /ebs/logs/engima.log && chmod 777 /ebs/logs/engima.log
2020

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cryptography==43.0.1
1616
decorator==4.4.2
1717
defusedxml==0.7.1
1818
Deprecated==1.2.10
19-
Django==4.2.17
19+
Django==4.2.25
2020
django-ajax-datatable==4.4.4
2121
django-filter==22.1
2222
django-mysql==4.7.1

0 commit comments

Comments
 (0)