-
Notifications
You must be signed in to change notification settings - Fork 391
chore(deps): update usual2970/certimate docker tag to v0.3.15 #4047
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 |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ networks: | |
| external: true | ||
| services: | ||
| certimate: | ||
| image: usual2970/certimate:v0.3.14 | ||
| image: usual2970/certimate:v0.3.15 | ||
| container_name: ${CONTAINER_NAME} | ||
| networks: | ||
| - 1panel-network | ||
|
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 patch only updates the Docker image version from
Here’s a summary of the changes provided by the patch: networks:
external: true
services:
certimate:
image: usual2970/certimate:v0.3.15
container_name: ${CONTAINER_NAME}
networks:
- 1panel-networkThis change simply upgrades the Certimate service to use a newer tag, so everything looks good from a technical perspective, assuming proper deployment conditions (e.g., the correct network configuration). |
||
|
|
||
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.
No significant differences found in this YAML configuration snippet. The change from version
v0.3.14tov0.3.15of the Certimate image does not affect the structure or functionality of the service definition.If you have any specific questions about Docker services or configurations in general, feel free to ask!