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
2 changes: 1 addition & 1 deletion ci/build_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN make && \
nfpm pkg --packager rpm --target /tmp/

# build image
FROM ubuntu:22.04 AS release
FROM ubuntu:26.04 AS release
ARG OBD_VERSION
ARG RELEASE_VERSION
SHELL ["/bin/bash", "-c"]
Expand Down
Loading