Update Dockerfile to 26.04 (#6861)

This commit is contained in:
tooomm 2026-05-10 14:53:59 +02:00 committed by GitHub
parent dbaf5f2e05
commit 5735a44a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# -------- Build Stage --------
FROM ubuntu:24.04 AS build
FROM ubuntu:26.04 AS build
ARG DEBIAN_FRONTEND=noninteractive
@ -26,7 +26,7 @@ RUN mkdir build && cd build && \
# -------- Runtime Stage (clean) --------
FROM ubuntu:24.04
FROM ubuntu:26.04
RUN apt-get update && apt-get install -y --no-install-recommends \
libprotobuf32t64 \