diff --git a/dist/Dockerfile b/dist/Dockerfile index 9cb57ec25..a5a34ee0b 100644 --- a/dist/Dockerfile +++ b/dist/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -MAINTAINER WerWolv "hey@werwolv.net" +LABEL maintainer="hey@werwolv.net" = WerWolv # Install dependencies RUN pacman -Syy --needed --noconfirm @@ -25,4 +25,4 @@ RUN git clone https://github.com/WerWolv/ImHex --recurse-submodules /root/ImHex RUN mkdir /root/ImHex/build WORKDIR /root/ImHex/build RUN cmake .. && make -j -WORKDIR /root/ImHex \ No newline at end of file +WORKDIR /root/ImHex