-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Reduce vuln and changed docker images #4590
Changes from all commits
2f7e059
6fa7d75
c99f3ea
af9b6cc
a622da8
4e2e6ea
39d74b4
66ea72f
7d08dad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# If the image changed, the second stage image should be changed too | ||
FROM node:20-bookworm-slim AS base2-slim | ||
FROM node:bookworm-slim AS base2-slim | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. don't remove the node version here. It is here for a reason |
||
ARG TARGETPLATFORM | ||
|
||
# Specify --no-install-recommends to skip unused dependencies, make the base much smaller! | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"@louislam/sqlite3": "15.1.6", | ||
"@vvo/tzdb": "^6.125.0", | ||
"args-parser": "~1.3.0", | ||
"axios": "~0.28.0", | ||
"axios-ntlm": "1.3.0", | ||
"axios": "~1.6.4", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Until axios provides a migration guide or documents what (breaking) changes have been made, just bumping the version is too risky for us. They litterally only state the folling in their changelog:
|
||
"axios-ntlm": "1.3.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looking at said changelog, bumping to |
||
"badge-maker": "~3.3.1", | ||
"bcryptjs": "~2.4.3", | ||
"chardet": "~1.4.0", | ||
|
@@ -106,7 +106,7 @@ | |
"iconv-lite": "~0.6.3", | ||
"isomorphic-ws": "^5.0.0", | ||
"jsesc": "~3.0.2", | ||
"jsonata": "^2.0.3", | ||
"jsonata": "^2.0.4", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changelog looks fine for this one |
||
"jsonwebtoken": "~9.0.0", | ||
"jwt-decode": "~3.1.2", | ||
"kafkajs": "^2.2.4", | ||
|
@@ -115,13 +115,13 @@ | |
"liquidjs": "^10.7.0", | ||
"mitt": "~3.0.1", | ||
"mongodb": "~4.17.1", | ||
"mqtt": "~4.3.7", | ||
"mqtt": "~5.3.5", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You are doing a major version bump here with a lot of intermediate versions. Have you carefully read through the changelog? Have you tested that this feature still works? |
||
"mssql": "~8.1.4", | ||
"mysql2": "~3.6.2", | ||
"nanoid": "~3.3.4", | ||
"node-cloudflared-tunnel": "~1.0.9", | ||
"node-radius-client": "~1.0.0", | ||
"nodemailer": "~6.6.5", | ||
"nodemailer": "~6.9.9", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changelog looks fine for this one |
||
"nostr-tools": "^1.13.1", | ||
"notp": "~2.0.3", | ||
"openid-client": "^5.4.2", | ||
|
@@ -186,7 +186,7 @@ | |
"qrcode": "~1.5.0", | ||
"rollup-plugin-visualizer": "^5.6.0", | ||
"sass": "~1.42.1", | ||
"stylelint": "^15.10.1", | ||
"stylelint": "^16.1.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a Breaking change! See https://stylelint.io/changelog/#1600
There are also some deprecation warnings in the current stle configuration => these need to be migrated first, as they are removed in v16 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yea and check the check-linter run it going crazy |
||
"stylelint-config-standard": "~25.0.0", | ||
"terser": "~5.15.0", | ||
"test": "~3.3.0", | ||
|
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.
Don't remove the go version.
Updating the go version should be fine as by their stability guarantee, but don't remove it
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.
It can updated to 1.21.x