Skip to content

Commit c87e666

Browse files
chore(deps): update ubuntu docker tag to v24
1 parent e8878ce commit c87e666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] bionic (18.04), focal (20.04)
2-
ARG VARIANT="jammy"
2+
ARG VARIANT="noble"
33
FROM ubuntu:${VARIANT}
44

55
# Restate the variant to use it later on in the llvm and cmake installations

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: ubuntu:22.04
1+
image: ubuntu:24.04
22

33
stages:
44
- test

0 commit comments

Comments
 (0)