Dockerfile: changed maintainer to label

This commit is contained in:
Olof hagsand 2024-08-15 11:16:20 +02:00
parent 658ad5504e
commit 05263e942a
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
#
FROM alpine
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update git make build-base gcc flex bison curl-dev