Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ============================================================================
# Builder Stage - Build nexcage with all dependencies
# ============================================================================
FROM ubuntu:24.04 AS builder
FROM ubuntu:26.04 AS builder

# Set Timezone
ENV TZ=UTC
Expand Down Expand Up @@ -88,7 +88,7 @@ RUN zig build -Doptimize=ReleaseSafe ${BUILD_FLAGS}
# ============================================================================
# Runtime Stage - Minimal runtime image
# ============================================================================
FROM ubuntu:24.04
FROM ubuntu:26.04

# Set Timezone
ENV TZ=UTC
Expand Down
Loading