Skip to content

Commit 0cdbbe4

Browse files
deps: bump ubuntu from 24.04 to 26.04
Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e18e56 commit 0cdbbe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# φ² + 1/φ² = 3 = TRINITY
44

55
# Stage 1: Build
6-
FROM ubuntu:24.04 AS builder
6+
FROM ubuntu:26.04 AS builder
77

88
RUN apt-get update && apt-get install -y \
99
wget xz-utils git \
@@ -26,7 +26,7 @@ COPY . .
2626
RUN zig build background-agent-api
2727

2828
# Stage 2: Runtime - Use Ubuntu minimal
29-
FROM ubuntu:24.04
29+
FROM ubuntu:26.04
3030

3131
# Create user first
3232
RUN useradd -m -u 1001 trinity

0 commit comments

Comments
 (0)