-
Notifications
You must be signed in to change notification settings - Fork 7
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
debian12.2-slim, latest rspamd and gucci dependancies #23
Conversation
Looking good to me, let's get these versions sorted, then I'll run it for a week with the new image (we will also need a mailserver PR for that I'm guessing) and then we can merge. |
i did update the dockerfile so all versions are aligned @AndrewSav |
ok i think i know why the 3 skarnet dependancies were not updated in the dockerfile, but in the readme : i did run the 'update-dependencies.sh script with bash instead of zsh and it could not do the string replacements in the dockerfile, it did only in the readme file. fully fixed now |
@diroots thank you for this. Have you tested this? If so I think I'll just merge it without testing because we can test it when we do the PR for the mailserver repo, but I'd like to know if you ran it and it worked for you |
i did not run this as is yet. i did update postfix and clamav from with container to the latest version from debian repo, and i did test the update to rspamd 3.7.4 with adding the repo in the container and install it from there. all seemed to work when restarting container with these versions |
@AndrewSav i would also say it 'safe' to merge, so it could biuld the underlying debian-mail-overlay image. then we could test to spin up a mailserver container based on that, on a test env / branch |
@diroots we are building/pushing the image manually. I'll try to find time to work on this over the weekend |
|
fix #22