Skip to content

Commit 6c95184

Browse files
ryanfoxtylerdarkcoderrises
authored andcommitted
bump Ubuntu to v24.04 (#9302)
We've been testing against Ubuntu v24.04, but still building images against v22.04. Bumping to align.
1 parent 48ea1b6 commit 6c95184

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ lint:
2424
- linters: [ALL]
2525
paths:
2626
- contrib/**
27+
- "*.pb.go"
2728
enabled:
2829
2930

contrib/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# This gets built as part of release.sh. Must be run from /tmp/build, with the linux binaries
55
# already built and placed there.
66

7-
FROM ubuntu:22.04
8-
LABEL maintainer="Dgraph Labs <[email protected]>"
7+
FROM ubuntu:24.04
8+
LABEL maintainer="Hypermode Inc. <[email protected]>"
99

1010
# need to remove the cache of sources lists
1111
# apt-get Error Code 100

0 commit comments

Comments
 (0)