Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ============================================================================
# Stage 0: BASE - Common dependencies + GitHub Runner (100% shared)
# ============================================================================
FROM ubuntu:24.04 AS base
FROM ubuntu:26.04 AS base

ARG TARGETARCH
ARG AGENT_VERSION=2.321.0
Expand All @@ -17,7 +17,7 @@ LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.authors="Fernando Korndorfer"
LABEL org.opencontainers.image.version="${AGENT_VERSION}"
LABEL org.opencontainers.image.base.name="ubuntu"
LABEL org.opencontainers.image.base.version="24.04"
LABEL org.opencontainers.image.base.version="26.04"

USER root

Expand Down Expand Up @@ -51,7 +51,7 @@ RUN echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes \
libssl-dev\
libssl3 \
liblttng-ust-common1t64 \
liblttng-ust-ctl5t64 \
liblttng-ust-ctl6 \
liblttng-ust1t64 \
libnuma1 \
libdpkg-perl \
Expand Down