Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
stirling-pdf:
image: frooodle/s-pdf:0.45.2
image: frooodle/s-pdf:0.45.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code difference seems to only involve an update of the Docker image version from frooodle/s-pdf:0.45.2 to frooodle/s-pdf:0.45.3. There is no other change that could cause problems, such as changes to environment variables, network configurations, or missing commands.

Optimization Suggestions:

  • Consider updating any associated configuration files or scripts that reference these containers to use the new image tag (0.45.3) if necessary.
  • If you have multiple instances running this service with different container names, ensure they are updated accordingly.
  • Verify that all dependencies required by this service are still compatible with the new image version.

Expand Down