Skip to content

Commit 972bd81

Browse files
authored
Merge pull request #71 from Th3Trig3rFac3/master
Update ubuntu version to the latest LTS on supported PHP dockerfiles
2 parents 8c865ec + 1c54bba commit 972bd81

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Dockerfile-8.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:noble-1.0.2
88

99
LABEL io.laradock.image.authors="Mahm1oud Zalt <[email protected]>"
1010
LABEL io.laradock.image.authors="Thomas Combe <[email protected]>"
@@ -16,7 +16,7 @@ ENV LANGUAGE=en_US.UTF-8
1616
ENV LC_ALL=en_US.UTF-8
1717
ENV LC_CTYPE=en_US.UTF-8
1818
ENV LANG=en_US.UTF-8
19-
ENV TERM xterm
19+
ENV TERM=xterm
2020

2121
RUN set -eux \
2222
# Add the "PHP 8" ppa

Dockerfile-8.2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:noble-1.0.2
88

99
LABEL io.laradock.image.authors="Mahm1oud Zalt <[email protected]>"
1010
LABEL io.laradock.image.authors="Thomas Combe <[email protected]>"
@@ -16,7 +16,7 @@ ENV LANGUAGE=en_US.UTF-8
1616
ENV LC_ALL=en_US.UTF-8
1717
ENV LC_CTYPE=en_US.UTF-8
1818
ENV LANG=en_US.UTF-8
19-
ENV TERM xterm
19+
ENV TERM=xterm
2020

2121
RUN set -eux \
2222
# Add the "PHP 8" ppa

Dockerfile-8.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:noble-1.0.2
88

99
LABEL io.laradock.image.authors="Mahm1oud Zalt <[email protected]>"
1010
LABEL io.laradock.image.authors="Thomas Combe <[email protected]>"
@@ -16,7 +16,7 @@ ENV LANGUAGE=en_US.UTF-8
1616
ENV LC_ALL=en_US.UTF-8
1717
ENV LC_CTYPE=en_US.UTF-8
1818
ENV LANG=en_US.UTF-8
19-
ENV TERM xterm
19+
ENV TERM=xterm
2020

2121
RUN set -eux \
2222
# Add the "PHP 8" ppa

Dockerfile-8.4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:noble-1.0.2
88

99
LABEL io.laradock.image.authors="Mahm1oud Zalt <[email protected]>"
1010
LABEL io.laradock.image.authors="Thomas Combe <[email protected]>"
@@ -16,7 +16,7 @@ ENV LANGUAGE=en_US.UTF-8
1616
ENV LC_ALL=en_US.UTF-8
1717
ENV LC_CTYPE=en_US.UTF-8
1818
ENV LANG=en_US.UTF-8
19-
ENV TERM xterm
19+
ENV TERM=xterm
2020

2121
RUN set -eux \
2222
# Add the "PHP 8" ppa

0 commit comments

Comments
 (0)