mirror of https://github.com/WerWolv/ImHex.git
build: Fix deprecated MAINTAINER flag in DockerFile (#767)
This commit is contained in:
parent
6fdba3d555
commit
ebea409e6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue