File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- FROM docker.io/library/node:22.19 .0-alpine
1+ FROM docker.io/library/node:24.11 .0-alpine
22
33WORKDIR /app
44ENV NODE_ENV production
@@ -7,9 +7,9 @@ ARG BUILD_REV
77ARG BUILD_DATE
88LABEL org.opencontainers.image.title="alwatr/node" \
99 org.opencontainers.image.description="Cross-platform ECMAScript runtime environment, packaged by Alwatr." \
10- org.opencontainers.image.base.name="docker.io/library/node:22.19 .0-alpine" \
11- org.opencontainers.image.version="22.19 .0" \
12- org.opencontainers.image.ref.name="22.19 .0" \
10+ org.opencontainers.image.base.name="docker.io/library/node:24.11 .0-alpine" \
11+ org.opencontainers.image.version="24.11 .0" \
12+ org.opencontainers.image.ref.name="24.11 .0" \
1313 org.opencontainers.image.licenses="MIT" \
1414 org.opencontainers.image.created=${BUILD_DATE} \
1515 org.opencontainers.image.revision=${BUILD_REV} \
@@ -18,5 +18,5 @@ LABEL org.opencontainers.image.title="alwatr/node" \
1818 org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/node" \
1919 org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/node" \
2020 org.opencontainers.image.authors=
"S. Ali Mihandoost <[email protected] > (https://ali.mihandoost.com)" \
21- cloud.alwatr.image.version.full="22.19 .0" \
22- cloud.alwatr.image.version.short="22 "
21+ cloud.alwatr.image.version.full="24.11 .0" \
22+ cloud.alwatr.image.version.short="24 "
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Check versions from [Alwatr/packages](https://github.com/Alwatr/containers/pkgs/
99### Install from the command line
1010
1111``` bash
12- docker pull ghcr.io/alwatr/node:20.10.0
12+ docker pull ghcr.io/alwatr/node:24
1313```
1414
1515### Use as base image in Dockerfile
1616
1717``` dockerfile
18- FROM ghcr.io/alwatr/node:20.10.0
18+ FROM ghcr.io/alwatr/node:24
1919```
You can’t perform that action at this time.
0 commit comments