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.0
image: frooodle/s-pdf:0.45.2
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.

There is one difference between the two versions of the stirling-pdf service: The image tag has been updated from 0.45.0 to 0.45.2. This change suggests that you have an update for the PDF generation tool being used.

If there are no further changes, this seems like a straightforward update where you're just upgrading the version of software used by your Docker container. If you intended different behavior or need additional modifications, please let me know! Otherwise, everything looks correct at face value.

Expand Down