Skip to content

Commit 682c3b9

Browse files
authored
Merge pull request #128 from simonLeary42/ubuntu-noble3
bump ubuntu version
2 parents d08e0d7 + 33f9158 commit 682c3b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tools/docker-dev/identity/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
# OpenLDAP Server
44
ARG DEBIAN_FRONTEND=noninteractive
@@ -36,4 +36,4 @@ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
3636
EXPOSE 80
3737
EXPOSE 389
3838

39-
CMD apache2ctl -D FOREGROUND & slapd -h "ldap:/// ldapi:///" -u openldap -g openldap -d 0
39+
CMD apache2ctl -D FOREGROUND & slapd -h "ldap:/// ldapi:///" -u openldap -g openldap -d 0

tools/docker-dev/sql/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y \
@@ -28,4 +28,4 @@ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
2828
EXPOSE 80
2929
EXPOSE 3306
3030

31-
CMD apache2ctl -D FOREGROUND & mysqld
31+
CMD apache2ctl -D FOREGROUND & mysqld

tools/docker-dev/web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
# Web Server Setup
44
ARG DEBIAN_FRONTEND=noninteractive
@@ -23,4 +23,4 @@ RUN sed -i '/display_errors/c\display_errors = on' /etc/php/7.4/apache2/php.ini
2323
# Start apache2 server
2424
EXPOSE 80
2525

26-
CMD ["apache2ctl", "-D", "FOREGROUND"]
26+
CMD ["apache2ctl", "-D", "FOREGROUND"]

0 commit comments

Comments
 (0)