diff --git a/Dockerfile b/Dockerfile index 4fb3689..5de24ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ ARG ALPINE_TAG=latest FROM alpine:${ALPINE_TAG} -LABEL maintainer="Jon LaBelle " \ +LABEL maintainer="stemdo-labs " \ description="A Docker image with various network tools pre-installed." +LABEL org.opencontainers.image.description "A Docker image with various network tools pre-installed." RUN apk -U upgrade \ && apk add --no-cache \