Skip to content

Commit

Permalink
Upgrade to Ubuntu 24.04 (Noble Numbat).
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Aug 12, 2024
1 parent 0499453 commit a62983f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Main (unreleased)
- Fixed an issue where clustering peers resolution via hostname in `--cluster.join-addresses`
resolves to duplicated IP addresses when using SRV records. (@thampiotr)

### Other changes

- Change the Docker base image for Linux containers to `ubuntu:noble`. (@ptodev)

v1.3.0
-----------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
GOEXPERIMENT=${GOEXPERIMENT} \
make alloy

FROM public.ecr.aws/ubuntu/ubuntu:mantic
FROM public.ecr.aws/ubuntu/ubuntu:noble

# Username and uid for alloy user
ARG UID=473
Expand Down

0 comments on commit a62983f

Please sign in to comment.