Skip to content

Commit fdcffea

Browse files
authored
Remove obsolete if in Dockerfile template (#1670)
All mentioned versions have had subsequent releases
1 parent 536691f commit fdcffea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile-linux.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,13 +520,11 @@ RUN set -eux; \
520520
\
521521
cp -v php-fpm.conf.default php-fpm.conf; \
522522
cp -v php-fpm.d/www.conf.default php-fpm.d/www.conf; \
523-
{{ if .version | IN("8.2.30", "8.3.29", "8.4.16", "8.5.1") then "" else ( -}}
524523
\
525524
# comment out localhost-only listen address
526525
grep -E '^listen = 127.0.0.1:9000' php-fpm.d/www.conf; \
527526
sed -ri 's/^(listen = 127.0.0.1:9000)/;\1/' php-fpm.d/www.conf; \
528527
grep -E '^;listen = 127.0.0.1:9000' php-fpm.d/www.conf; \
529-
{{ ) end -}}
530528
\
531529
{ \
532530
echo '[global]'; \

0 commit comments

Comments
 (0)