dockerfile: use new syntax

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-06-21 13:27:36 +02:00
parent 267b98bd84
commit 806b0ace54
9 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@ FROM elasticsearch:8.14.1
USER root
ARG DEBIAN_FRONTEND noninteractive
ARG DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008
RUN set -ex; \