-
Notifications
You must be signed in to change notification settings - Fork 433
chore(deps): update linuxserver/code-server docker tag to v4.99.1 #3640
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
Changes from all commits
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,6 +1,6 @@ | ||
| services: | ||
| code: | ||
| image: linuxserver/code-server:4.98.2 | ||
| image: linuxserver/code-server:4.99.1 | ||
| container_name: ${CONTAINER_NAME} | ||
| restart: always | ||
| networks: | ||
|
Member
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. No significant differences found. The only change is an update from version 4.98.2 to 4.99.1 of the
Member
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. The only change detected is an updated version of the "code" service's Docker image from "linuxserver/code-server:4.98.2" to "linuxserver/code-server:4.99.1". This update indicates an improvement or bug fix in Code Server, which could improve performance or functionality for users running this container. |
||
|
|
||
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.
The primary change is that the
imagefield has been updated from4.98.2to4.99.0. This is an upgrade for the Code Server version, which could potentially include new features, bug fixes, or performance improvements.No significant issues have been identified based on this single line update alone. However, if you are running multiple instances of Code Server, it might be advisable to test the updates to ensure compatibility with other configurations and services in your infrastructure.