Skip to content

Commit

Permalink
build: bump alpine to 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Jul 10, 2024
1 parent ac26e73 commit a71aca6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Release 127.0.4 (in development)

### Enhancements

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

## Release 127.0.3

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

0 comments on commit a71aca6

Please sign in to comment.