-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(*): update nodejs to 22.14.0 #317
feat(*): update nodejs to 22.14.0 #317
Conversation
|
.github/workflows/alpine-node.yml
Outdated
@@ -16,12 +16,12 @@ jobs: | |||
{ node: '16.20.2', alpine: '3.18', image: node, dockerfile: Dockerfile, tag: '16.20.2' }, | |||
{ node: '18.20.6', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '18.20.6' }, | |||
{ node: '20.18.2', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '20.18.2' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ node: '20.18.2', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '20.18.2' }, | |
{ node: '20.18.3', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '20.18.3' }, |
.github/workflows/alpine-node.yml
Outdated
@@ -16,12 +16,12 @@ jobs: | |||
{ node: '16.20.2', alpine: '3.18', image: node, dockerfile: Dockerfile, tag: '16.20.2' }, | |||
{ node: '18.20.6', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '18.20.6' }, | |||
{ node: '20.18.2', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '20.18.2' }, | |||
{ node: '22.13.1', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '22.13.1' }, | |||
{ node: '22.14.0', alpine: '3.20', image: node, dockerfile: Dockerfile, tag: '22.14.0' }, | |||
|
|||
{ node: '16.20.2', alpine: '3.18', image: node, dockerfile: Dockerfile-slim, tag: '16.20.2-slim' }, | |||
{ node: '18.20.6', alpine: '3.20', image: node, dockerfile: Dockerfile-slim, tag: '18.20.6-slim' }, | |||
{ node: '20.18.2', alpine: '3.20', image: node, dockerfile: Dockerfile-slim, tag: '20.18.2-slim' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ node: '20.18.2', alpine: '3.20', image: node, dockerfile: Dockerfile-slim, tag: '20.18.2-slim' }, | |
{ node: '20.18.3', alpine: '3.20', image: node, dockerfile: Dockerfile-slim, tag: '20.18.3-slim' }, |
packages/alpine-node-nginx/README.md
Outdated
@@ -16,7 +16,7 @@ alpine-node-nginx | |||
- 16.20.2, 16.20.2-slim (EOL - этот образ более обновляться не будет) | |||
- 18.20.6, 18.20.6-slim | |||
- 20.18.2, 20.18.2-slim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 20.18.2, 20.18.2-slim | |
- 20.18.3, 20.18.3-slim |
Вторая попытка выпустить 22.14.0 образ, вчера не получилось из-за отсутствия в docker hub
https://hub.docker.com/_/node/tags?name=22.14.0
Сегодня они есть