Skip to content

Commit

Permalink
fix: annotation warnings for "LegacyKeyValueFormat" in Dockerfile (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 12, 2024
1 parent 0650e76 commit de726ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
FROM node:lts-alpine AS build

# Image metadata
LABEL org.opencontainers.image.title "tldr-lint Image"
LABEL org.opencontainers.image.description "This image contains the latest version \
LABEL org.opencontainers.image.title="tldr-lint Image"
LABEL org.opencontainers.image.description="This image contains the latest version \
of the tldr-lint package preinstalled."
LABEL org.opencontainers.image.source "https://github.com/tldr-pages/tldr-lint"
LABEL org.opencontainers.image.authors "tldr-pages maintainers and contributors"
LABEL org.opencontainers.image.vendor "tldr.sh"
LABEL org.opencontainers.image.licenses "MIT"
LABEL org.opencontainers.image.source="https://github.com/tldr-pages/tldr-lint"
LABEL org.opencontainers.image.authors="tldr-pages maintainers and contributors"
LABEL org.opencontainers.image.vendor="tldr.sh"
LABEL org.opencontainers.image.licenses="MIT"

# Create app directory
WORKDIR /app
Expand Down

0 comments on commit de726ad

Please sign in to comment.