Skip to content

Commit

Permalink
chore(node): update label version
Browse files Browse the repository at this point in the history
Signed-off-by: S. Ali Mihandoost <[email protected]>
  • Loading branch information
alimd authored Oct 3, 2024
1 parent a930d46 commit dd0e439
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions node/lts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/node" \
org.opencontainers.image.description="Cross-platform ECMAScript runtime environment, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/node:20.12.0-alpine3.19" \
org.opencontainers.image.version="20.12.0" \
org.opencontainers.image.ref.name="20.12.0" \
org.opencontainers.image.base.name="docker.io/library/node:20.17.0-alpine3.19" \
org.opencontainers.image.version="20.17.0" \
org.opencontainers.image.ref.name="20.17.0" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand All @@ -18,5 +18,5 @@ LABEL org.opencontainers.image.title="alwatr/node" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/node" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/node" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" \
cloud.alwatr.image.version.full="20.12.0" \
cloud.alwatr.image.version.full="20.17.0" \
cloud.alwatr.image.version.short="20"

0 comments on commit dd0e439

Please sign in to comment.