Skip to content

Commit 8f30bab

Browse files
committed
Fixes a warning when building the image
Warning issued: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 3)
1 parent d939c35 commit 8f30bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm
22

3-
ENV DEBIAN_FRONTEND noninteractive
3+
ENV DEBIAN_FRONTEND=noninteractive
44

55
LABEL Description="This image is used to create an environment to contribute to the cakephp/docs"
66

0 commit comments

Comments
 (0)