Bump ubuntu from 22.04 to 24.04 in the docker-all group

Bumps the docker-all group with 1 update: ubuntu.


Updates `ubuntu` from 22.04 to 24.04

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
  dependency-group: docker-all
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-20 15:56:50 +00:00 committed by GitHub
parent 1a91d57625
commit 2df6ba6086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ m4_changequote([[, ]])
## "build" stage
##################################################

FROM --platform=${BUILDPLATFORM} docker.io/ubuntu:22.04 AS build
FROM --platform=${BUILDPLATFORM} docker.io/ubuntu:24.04 AS build

# Install system packages
RUN export DEBIAN_FRONTEND=noninteractive \