File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ RUN apt-get install -y \
9999 php7.4-mongodb \
100100 php7.4-redis \
101101 php7.4-memcached \
102+ php7.4-uuid \
102103 php7.4-uploadprogress \
103104 libapache2-mod-php7.4
104105
@@ -126,6 +127,7 @@ RUN apt-get install -y \
126127 php8.4-intl \
127128 php8.4-redis \
128129 php8.4-memcached \
130+ php8.4-uuid \
129131 php8.4-uploadprogress \
130132 libapache2-mod-php8.4
131133
@@ -153,6 +155,7 @@ RUN apt-get install -y \
153155 php8.3-intl \
154156 php8.3-redis \
155157 php8.3-memcached \
158+ php8.3-uuid \
156159 php8.3-uploadprogress \
157160 libapache2-mod-php8.3
158161
@@ -181,6 +184,7 @@ RUN apt-get install -y \
181184 php8.0-memcached \
182185 php8.0-intl \
183186 php8.0-mongodb \
187+ php8.0-uuid \
184188 php8.0-uploadprogress \
185189 libapache2-mod-php8.0
186190
@@ -209,6 +213,7 @@ RUN apt-get install -y \
209213 php8.1-mongodb \
210214 php8.1-redis \
211215 php8.1-memcached \
216+ php8.1-uuid \
212217 php8.1-uploadprogress \
213218 libapache2-mod-php8.1
214219
@@ -238,6 +243,7 @@ RUN apt-get install -y \
238243 php8.2-redis \
239244 php8.2-imagick \
240245 php8.2-memcached \
246+ php8.2-uuid \
241247 php8.2-uploadprogress \
242248 libapache2-mod-php8.2
243249
@@ -387,8 +393,8 @@ RUN cpanm HTML::Template && \
387393 cpanm Email::SendGrid::V3
388394
389395# Our info for the info message!
390- ENV VERSION=23.2
391- ENV BUILD_DATE="August 8 , 2025"
396+ ENV VERSION=23.3
397+ ENV BUILD_DATE="September 9 , 2025"
392398
393399# Install the Backdrop CMS tool Bee
394400RUN cd /root && \
You can’t perform that action at this time.
0 commit comments