Update base container image to Ubuntu 26.04

This commit is contained in:
lukstep
2026-07-05 19:38:27 +02:00
parent 5b59ba8a6a
commit 5f0ad4e69e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04
RUN apt-get update -y && \
apt-get upgrade -y && \