-
Notifications
You must be signed in to change notification settings - Fork 411
chore(deps): update commitgo/gitea-ee docker tag to v23.8.1 #4095
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: | ||
| gitea: | ||
| image: commitgo/gitea-ee:23.8.0 | ||
| image: commitgo/gitea-ee:23.8.1 | ||
| container_name: ${CONTAINER_NAME} | ||
| environment: | ||
| - USER_UID=1000 | ||
|
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. This code update is fine; you added "13" to the tag number from "23.8.0" to get "23.8.1". The rest of the configuration remains the same, which is correct according to the provided patch file. No irregularities, issues, or optimizations are present here.
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 provided
All these factors can be checked based on the rest of the |
||
|
|
||
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.
There are no significant irregularities or potential issues in this change request. The update from
gitea-ee:23.8.0togitea-ee:23.8.1is simply replacing an older version with its most recent stable release, which doesn't introduce any functional discrepancies.The only suggestion would be ensuring that you have sufficient resources allocated to Docker containers if running multiple instances of Gitea. This can be done by adjusting the system's memory usage settings for docker service.