Skip to content

Commit

Permalink
Fix 'LegacyKeyValueFormat: "LABEL key=value" should be used instead o…
Browse files Browse the repository at this point in the history
…f legacy "LABEL key value"' error
  • Loading branch information
EHJ-52n committed Dec 2, 2024
1 parent 471ffd7 commit 6c7b5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ VOLUME ["${READ2BURN_HOME}/data"]
CMD ["node", "app.js"]

ARG GIT_COMMIT
LABEL org.opencontainers.image.revision "${GIT_COMMIT}"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"

ARG BUILD_DATE
LABEL org.opencontainers.image.created "${BUILD_DATE}"
LABEL org.opencontainers.image.created="${BUILD_DATE}"

0 comments on commit 6c7b5ce

Please sign in to comment.