From 5faea92441fcd7da2227762e7b5573c52f9235ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 07:40:49 +0000 Subject: [PATCH] sec(deps): bump the routine group across 2 directories with 1 update Bumps the routine group with 1 update in the /docker/ubuntu directory: ubuntu. Bumps the routine group with 1 update in the /docker/ubuntu-nodpi directory: ubuntu. Updates `ubuntu` from 24.04 to 24.10 Updates `ubuntu` from 24.04 to 24.10 --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.10' dependency-type: direct:production dependency-group: routine - dependency-name: ubuntu dependency-version: '24.10' dependency-type: direct:production dependency-group: routine ... Signed-off-by: dependabot[bot] --- docker/ubuntu-nodpi/Dockerfile | 2 +- docker/ubuntu/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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