Skip to content

Commit 7b14e37

Browse files
authored
chore(node): update dockerfile label version
Signed-off-by: S. Ali Mihandoost <[email protected]>
1 parent 1c309f0 commit 7b14e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

node/lts/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ARG BUILD_REV
77
ARG BUILD_DATE
88
LABEL 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.13.1-alpine" \
11-
org.opencontainers.image.version="22.13.1" \
12-
org.opencontainers.image.ref.name="22.13.1" \
10+
org.opencontainers.image.base.name="docker.io/library/node:22.14.0-alpine" \
11+
org.opencontainers.image.version="22.14.0" \
12+
org.opencontainers.image.ref.name="22.14.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.13.1" \
21+
cloud.alwatr.image.version.full="22.14.0" \
2222
cloud.alwatr.image.version.short="22"

0 commit comments

Comments
 (0)