coolify/docker
Charles Dabard 7d9a0748bf fix(security): add apk upgrade to helper and realtime Dockerfiles
The production Dockerfile already runs apk upgrade at build time.
The helper and realtime Dockerfiles were missing this step.

The helper (Alpine 3.21) ships with CVE-2025-15467 in OpenSSL 3.3.5.
The realtime (Alpine 3.18) has outdated OpenSSL 3.1.2 with HIGH CVEs.

Adding apk upgrade before apk add makes both images consistent
with the production Dockerfile.
2026-04-05 00:23:17 +02:00
..
coolify-helper fix(security): add apk upgrade to helper and realtime Dockerfiles 2026-04-05 00:23:17 +02:00
coolify-realtime fix(security): add apk upgrade to helper and realtime Dockerfiles 2026-04-05 00:23:17 +02:00
development style(docker): standardize service startup log message format 2026-03-27 19:05:36 +01:00
production style(docker): standardize service startup log message format 2026-03-27 19:05:36 +01:00
testing-host chore(deps): update docker deps 2025-07-18 16:25:01 +02:00