Skip to content

Commit d59a8c1

Browse files
committed
Fix Dockerfile: use new format for ENV
``` 1 warning found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 9) Dockerfile:3 ```
1 parent eab05d8 commit d59a8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client_tests/node-postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN \
66
apt-get update && \
77
apt-get -y install python3-pip libpq5 libpq-dev sudo
88

9-
ENV HOME /root
9+
ENV HOME=/root
1010
WORKDIR /root
1111
USER jenkins
1212

0 commit comments

Comments
 (0)