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

@ -119,7 +119,7 @@ RUN git clone https://github.com/clicon/mib-yangs.git /usr/local/share/mib-yangs
# Stage 2
# The second step skips the development environment and builds a runtime system
FROM alpine
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update flex bison fcgi-dev