Skip to content

Commit

Permalink
chore: maintainer as label
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl committed Jan 10, 2024
1 parent 9dbfb5a commit 88ccc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ARG VERSION=unkown
ARG CREATED
ARG REVISION

# Maintainer is deprecated, but we want to overwrite what's coming from the base image
MAINTAINER [email protected]
# We want to overwrite what's coming from the base image
LABEL maintainer="[email protected]"

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.created=${CREATED}
Expand Down

0 comments on commit 88ccc69

Please sign in to comment.