-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sc3690 - update packages and docker node version #132
Conversation
Dockerfile
Outdated
@@ -1,4 +1,4 @@ | |||
FROM docker.io/node:20.11.1-alpine | |||
FROM docker.io/node:lts-alpine3.20 |
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.
Isn't it generally a better idea to use a specific version number instead of just the lts
tag? Things could break in a future LTS version.
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.
Oh i think youre right.
we could use 20.15.1-alpine3.20 instead
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.
I tested the functionality of the COMS api after these updates and it all worked fine.
Dockerfile
Outdated
@@ -1,4 +1,4 @@ | |||
FROM docker.io/node:20.11.1-alpine | |||
FROM docker.io/node:lts-alpine3.20 |
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.
Oh i think youre right.
we could use 20.15.1-alpine3.20 instead
Description
Types of changes
Checklist
v*.api-spec.yaml
documentation (if appropriate)Further comments