Skip to content

Commit c492d2a

Browse files
build(deps): Bump ubuntu in /src/dockerfiles/ubuntu-2204-lts
Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16924dc commit c492d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dockerfiles/ubuntu-2204-lts/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG GAP_DOWNLOAD_URL="https://github.com/gap-system/gap/releases/download/v${GAP
2222

2323

2424

25-
FROM --platform=${PLATFORM} ubuntu:22.04 AS base
25+
FROM --platform=${PLATFORM} ubuntu:24.04 AS base
2626
ARG GAP_USER_GID
2727
ARG GAP_USER_GROUPNAME
2828
ARG GAP_USER_UID

0 commit comments

Comments
 (0)