We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7758257 commit c737602Copy full SHA for c737602
Dockerfile.producer
@@ -25,7 +25,7 @@ COPY nDPId/config.h nDPId
25
26
RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
27
28
-FROM alpine:3.17.1
+FROM alpine:3.22.1 as runtime
29
30
ENV MAX_BUFFERED_LINES=1024 \
31
MAX_THREADS=4 \
0 commit comments