Skip to content

Commit

Permalink
use label instead of maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Nov 22, 2024
1 parent 10e3bf2 commit 282df11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ EXPOSE 8080
HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider --q http://localhost:8080/settings || exit 1

# Add container metadata
MAINTAINER sigaloid
LABEL org.opencontainers.image.authors="sigaloid"

CMD ["redlib"]
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ EXPOSE 8080
HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider --q http://localhost:8080/settings || exit 1

# Add container metadata
MAINTAINER sigaloid
LABEL org.opencontainers.image.authors="sigaloid"

CMD ["redlib"]

0 comments on commit 282df11

Please sign in to comment.