Skip to content

Commit 20aa8d0

Browse files
szachovyCopilot
andcommitted
Bump test Dockerfile to ubuntu:24.04
Upgrade base image from ubuntu:22.04 to ubuntu:24.04. Package versions are already unpinned and the Docker repo uses VERSION_CODENAME for auto-detection. Safe now that #38 removes .pyc host version coupling. Closes #39 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0ab8ce7 commit 20aa8d0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Changed
2020

21+
* Bump test Dockerfile base image from ubuntu:22.04 to ubuntu:24.04. (#39)
22+
23+
### Changed
24+
2125
* Completed [ARCHITECTURE.md](./docs/ARCHITECTURE.md) (#93)
2226
* Migrated CI from self-hosted to GitHub-hosted runners with Docker-in-Docker test infrastructure. (#94)
2327
* Test workflow always builds service images locally for reproducibility. (#97)

tests/setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILDPLATFORM="amd64"
2-
FROM --platform=${BUILDPLATFORM} ubuntu:22.04
2+
FROM --platform=${BUILDPLATFORM} ubuntu:24.04
33

44
LABEL version="1.0"
55

0 commit comments

Comments
 (0)