Skip to content

Commit

Permalink
feat(node): update lts to 22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Oct 29, 2024
1 parent fee4276 commit 5bf3bef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions node/lts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:20.18.0-alpine
FROM docker.io/library/node:22.10.0-alpine

WORKDIR /app
ENV NODE_ENV production
Expand All @@ -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.18.0-alpine" \
org.opencontainers.image.version="20.18.0" \
org.opencontainers.image.ref.name="20.18.0" \
org.opencontainers.image.base.name="docker.io/library/node:22.10.0-alpine" \
org.opencontainers.image.version="22.10.0" \
org.opencontainers.image.ref.name="22.10.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.18.0" \
cloud.alwatr.image.version.short="20"
cloud.alwatr.image.version.full="22.10.0" \
cloud.alwatr.image.version.short="22"

0 comments on commit 5bf3bef

Please sign in to comment.