You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need your help because couldn't find an answer in the documentation.
WUD searches for bookstack image updates using this regex ^amd64-\d+\.\d+\.\d+$.
The problem is that, it sorts them by the highest number of ZZ, then YY.ZZ, then XX.YY.ZZ
For this case, bookstack released the amd64-24.12.20241223 image Dec 23, 2024, and amd64-24.12.1 image Feb 3, 2025.
Is it possible to ensure that WUD verifies (also?) the release date, instead of only verifying the highest number of the version ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I need your help because couldn't find an answer in the documentation.
WUD searches for bookstack image updates using this regex
^amd64-\d+\.\d+\.\d+$
.The problem is that, it sorts them by the highest number of ZZ, then YY.ZZ, then XX.YY.ZZ

For this case, bookstack released the amd64-24.12.20241223 image Dec 23, 2024, and amd64-24.12.1 image Feb 3, 2025.
Is it possible to ensure that WUD verifies (also?) the release date, instead of only verifying the highest number of the version ?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions