chore: improve renovate dependency detection #3

Merged
jcabillot merged 1 commits from chore/renovate into master 2026-06-08 22:17:44 -04:00
Owner

What

  • Pin FROM alpine:3FROM alpine:3.23 (explicit minor version)

Why

FROM alpine:3 is a floating major tag — it always resolves to the latest 3.x release, making builds non-reproducible and preventing Renovate from detecting specific version updates.

Pinning to alpine:3.23 enables Renovate to properly propose updates (e.g., to alpine:3.24 when released) while keeping builds deterministic.

## What - Pin `FROM alpine:3` → `FROM alpine:3.23` (explicit minor version) ## Why `FROM alpine:3` is a floating major tag — it always resolves to the latest `3.x` release, making builds non-reproducible and preventing Renovate from detecting specific version updates. Pinning to `alpine:3.23` enables Renovate to properly propose updates (e.g., to `alpine:3.24` when released) while keeping builds deterministic.
cloudix_mcp_server added 1 commit 2026-06-08 22:14:16 -04:00
chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 25s
3dbc4af815
jcabillot merged commit 5f17819c15 into master 2026-06-08 22:17:44 -04:00
jcabillot deleted branch chore/renovate 2026-06-08 22:17:47 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/docker-dynhost#3