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 16, 2024
1 parent 57944e2 commit 7efdaf5
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 @@ -41,6 +41,10 @@ Main (unreleased)
- Fixed an issue where the `connection_string` for the `loki.source.azure_event_hubs` component
was displayed in the UI in plaintext. (@MorrisWitthein)

### 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 7efdaf5

Please sign in to comment.