Update Dockerfile to 26.04

This commit is contained in:
tooomm 2026-05-09 15:06:00 +02:00 committed by GitHub
parent f223ff387e
commit 23e5517162
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 \