diff --git a/docker/ubuntu-nodpi/Dockerfile b/docker/ubuntu-nodpi/Dockerfile index 2e64f63c..b0d9bce0 100644 --- a/docker/ubuntu-nodpi/Dockerfile +++ b/docker/ubuntu-nodpi/Dockerfile @@ -19,7 +19,7 @@ RUN GOPACKET_VERSION=$(grep "github.com/gopacket/gopacket" /netcap/go.mod | grep #RUN ls -la /usr/lib/ -FROM --platform=linux/amd64 ubuntu:24.04 +FROM --platform=linux/amd64 ubuntu:24.10 ARG IPV6_SUPPORT=true RUN apt-get update RUN apt install -y --fix-missing libpcap0.8 software-properties-common ca-certificates liblzo2-2 libkeyutils-dev tcpdump curl xz-utils diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index e44828ad..6a161822 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -31,7 +31,7 @@ RUN GOPACKET_VERSION=$(grep "github.com/gopacket/gopacket" /netcap/go.mod | grep -X github.com/dreadl0ck/netcap/dpi.GoDPIVersion=${GO_DPI_VERSION}" \ -o /netcap/bin/net github.com/dreadl0ck/netcap/cmd -FROM --platform=linux/amd64 ubuntu:24.04 +FROM --platform=linux/amd64 ubuntu:24.10 ARG IPV6_SUPPORT=true RUN apt-get update