Skip to content

Commit b95a60d

Browse files
committed
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 4)
1 parent 7a9cb04 commit b95a60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Container Base
22
FROM php:7.4-apache
33

4-
ENV http_proxy ${HTTP_PROXY}
5-
ENV https_proxy ${HTTP_PROXY}
4+
ENV http_proxy=${HTTP_PROXY}
5+
ENV https_proxy=${HTTP_PROXY}
66
ENV NR_ENABLED=false
77
ENV NR_DISTRIBUTED_TRACING_ENABLED=false
88
ENV NR_APPLICATION_LOGGING_ENABLED=false

0 commit comments

Comments
 (0)