File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM docker.io/library/node:22.10 .0-alpine
1
+ FROM docker.io/library/node:22.11 .0-alpine
2
2
3
3
WORKDIR /app
4
4
ENV NODE_ENV production
@@ -7,9 +7,9 @@ ARG BUILD_REV
7
7
ARG BUILD_DATE
8
8
LABEL org.opencontainers.image.title="alwatr/node" \
9
9
org.opencontainers.image.description="Cross-platform ECMAScript runtime environment, packaged by Alwatr." \
10
- org.opencontainers.image.base.name="docker.io/library/node:22.10 .0-alpine" \
11
- org.opencontainers.image.version="22.10 .0" \
12
- org.opencontainers.image.ref.name="22.10 .0" \
10
+ org.opencontainers.image.base.name="docker.io/library/node:22.11 .0-alpine" \
11
+ org.opencontainers.image.version="22.11 .0" \
12
+ org.opencontainers.image.ref.name="22.11 .0" \
13
13
org.opencontainers.image.licenses="MIT" \
14
14
org.opencontainers.image.created=${BUILD_DATE} \
15
15
org.opencontainers.image.revision=${BUILD_REV} \
@@ -18,5 +18,5 @@ LABEL org.opencontainers.image.title="alwatr/node" \
18
18
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/node" \
19
19
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/node" \
20
20
org.opencontainers.image.authors=
"S. Ali Mihandoost <[email protected] > (https://ali.mihandoost.com)" \
21
- cloud.alwatr.image.version.full="22.10 .0" \
21
+ cloud.alwatr.image.version.full="22.11 .0" \
22
22
cloud.alwatr.image.version.short="22"
You can’t perform that action at this time.
0 commit comments