diff --git a/cmd/analyze/Dockerfile b/cmd/analyze/Dockerfile index 37dd225d..7015e3d9 100644 --- a/cmd/analyze/Dockerfile +++ b/cmd/analyze/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.0@sha256:12359f96c43077803959dab88ce60c87cd2543f3b907bf54a34a5104270f404f as build +FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as build RUN apt-get update && apt-get install -y libpcap-dev WORKDIR /src diff --git a/cmd/scheduler/Dockerfile b/cmd/scheduler/Dockerfile index 56f0115d..1beb77bf 100644 --- a/cmd/scheduler/Dockerfile +++ b/cmd/scheduler/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.0@sha256:12359f96c43077803959dab88ce60c87cd2543f3b907bf54a34a5104270f404f as build +FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as build WORKDIR /src # First cache the dependencies to avoid downloading again on code change diff --git a/sandboxes/staticanalysis/Dockerfile b/sandboxes/staticanalysis/Dockerfile index 26399f3c..59f92785 100644 --- a/sandboxes/staticanalysis/Dockerfile +++ b/sandboxes/staticanalysis/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.0@sha256:12359f96c43077803959dab88ce60c87cd2543f3b907bf54a34a5104270f404f as build +FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as build # Note: Dockerfile uses paths relative to the top-level project directory, # so it should be built from that directory, i.e: