Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump library/node from 22.10.0-alpine to 22.11.0-alpine in /node/lts #202

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions node/lts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.10.0-alpine
FROM docker.io/library/node:22.11.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:22.10.0-alpine" \
org.opencontainers.image.version="22.10.0" \
org.opencontainers.image.ref.name="22.10.0" \
org.opencontainers.image.base.name="docker.io/library/node:22.11.0-alpine" \
org.opencontainers.image.version="22.11.0" \
org.opencontainers.image.ref.name="22.11.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="22.10.0" \
cloud.alwatr.image.version.full="22.11.0" \
cloud.alwatr.image.version.short="22"