From 767cd2d512ecf816e68770881c8efd47b761686c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 14 Jul 2024 13:54:03 +0200 Subject: [PATCH] Use Ubuntu 24.04 --- containerfiles/Containerfile | 2 +- containerfiles/Containerfile-XOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containerfiles/Containerfile b/containerfiles/Containerfile index f6e21c9..07645f3 100644 --- a/containerfiles/Containerfile +++ b/containerfiles/Containerfile @@ -36,7 +36,7 @@ RUN cp $(which openvpn) /output/ # ------------------------------------------------------ # -- Final container # ------------------------------------------------------ -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer="allanger " COPY --from=builder /output /src # ------------------------------------------------------- diff --git a/containerfiles/Containerfile-XOR b/containerfiles/Containerfile-XOR index 75cc83c..b15c71d 100644 --- a/containerfiles/Containerfile-XOR +++ b/containerfiles/Containerfile-XOR @@ -48,7 +48,7 @@ RUN cp $(which openvpn) /output/ # ------------------------------------------------------ # -- Final container # ------------------------------------------------------ -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer="allanger " COPY --from=builder /output /src # -------------------------------------------------------