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

Sc3690 - update packages and docker node version #132

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Sc3690 - update packages and docker node version #132

merged 3 commits into from
Jul 15, 2024

Conversation

jatindersingh93
Copy link
Contributor

@jatindersingh93 jatindersingh93 commented Jul 12, 2024

Description

Types of changes

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the OpenAPI 3.0 v*.api-spec.yaml documentation (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

Copy link

Coverage Report

Totals Coverage
Statements: 96.61% ( 769 / 796 )
Methods: 98.08% ( 102 / 104 )
Lines: 97.95% ( 429 / 438 )
Branches: 93.7% ( 238 / 254 )

@jatindersingh93 jatindersingh93 changed the title Sc3690 Sc3690 - update packages and docker node version Jul 12, 2024
Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM docker.io/node:20.11.1-alpine
FROM docker.io/node:lts-alpine3.20
Copy link
Contributor

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.

Copy link
Contributor

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

Copy link
Contributor

@TimCsaky TimCsaky left a 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
Copy link
Contributor

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

@TimCsaky TimCsaky merged commit d07b19d into master Jul 15, 2024
11 checks passed
@TimCsaky TimCsaky deleted the SC3690 branch November 19, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants