Skip to content

Commit

Permalink
Merge pull request #76 from laradock/LegacyKeyValueFormat
Browse files Browse the repository at this point in the history
fix: LegacyKeyValueFormat
  • Loading branch information
bestlong authored Jul 27, 2024
2 parents 1c77156 + d84f0d2 commit 659872a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-5.6
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM php:5.6-fpm
LABEL maintainer="Mahmoud Zalt <[email protected]>"

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM php:7.0-fpm
LABEL maintainer="Mahmoud Zalt <[email protected]>"

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-7.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM php:7.1-fpm
LABEL maintainer="Mahmoud Zalt <[email protected]>"

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-7.2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM php:7.2-fpm
LABEL maintainer="Mahmoud Zalt <[email protected]>"

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-7.3
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM php:7.3-fpm
LABEL maintainer="Mahmoud Zalt <[email protected]>"

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-7.4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM php:7.4-fpm

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-8.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM php:8.0-fpm

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-8.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM php:8.1-fpm

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-8.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM php:8.2-fpm

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-8.3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM php:8.3-fpm

# Set Environment Variables
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

#
#--------------------------------------------------------------------------
Expand Down

0 comments on commit 659872a

Please sign in to comment.