diff --git a/Dockerfile b/Dockerfile index 448429f..8e2c8ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ # https://caveofcode.com/2017/06/how-to-setup-a-vpn-connection-from-inside-a-pod-in-kubernetes/ ####### -FROM ubuntu:latest +FROM ubuntu:24.10 LABEL maintainer="Asihsh K Sahoo " ENV LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \