Skip to content

Commit

Permalink
build: bump alpine image to 3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Nov 14, 2024
1 parent e7a1e18 commit 6d75372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
[v1.11.3](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.11.3)
(PR[#4452](https://github.com/scality/metalk8s/pull/4452))

- Bump the alpine base image used by `metalk8s-alert-logger`
and `metalk8s-keepalived` image to `alpine:3.20.3`
(PR[#4456](https://github.com/scality/metalk8s/pull/4456))

## Release 128.0.1 (in development)

## Release 128.0.0
Expand Down
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
# Remote images
Image(
name="alpine",
version="3.20.1",
digest="sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0",
version="3.20.3",
digest="sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a",
),
Image(
name="alertmanager",
Expand Down

0 comments on commit 6d75372

Please sign in to comment.