bunkerity / bunkerweb

🛡️ Open-source and next-generation Web Application Firewall (WAF)
https://www.bunkerweb.io
GNU Affero General Public License v3.0
5.09k stars 286 forks source link

[BUG] Dependencies tend to be old #234

Closed thelittlefireman closed 9 months ago

thelittlefireman commented 2 years ago

Description Alpine/debian packages are not up-to-date if there is no activity on the repository

How to reproduce The version 1.3.2 is a bit old now and docker container still get old dependencies (openssl) please add please change github actions to

on:
  schedule:
    - cron: '00 0 * * *'
  push:
    branches: [dev, master]

for getting new build every days.

Logs The logs generated by bunkerized-nginx. DON'T FORGET TO REMOVE PRIVATE DATA LIKE IP ADDRESSES !

fl0ppy-d1sk commented 1 year ago

Hello @thelittlefireman,

I clearly understand the need but I think we should keep "stable" versions "as is" to avoid any issue with dependencies.

What we can do is to make some kind of "nightly builds" with automatic build+push for those who want to stay up-to-date.

/cc @TheophileDiot

fl0ppy-d1sk commented 9 months ago

I think we can close this issue since we now push dev/testing images.