Skip to content

Commit 83fff03

Browse files
Update image
1 parent c737602 commit 83fff03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.producer

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM alpine:3.19.0 as builder
1+
# ---------- Build stage ----------
2+
FROM alpine:3.22.1 as builder
23

34
WORKDIR /root
45
RUN apk update && \
@@ -25,6 +26,7 @@ COPY nDPId/config.h nDPId
2526

2627
RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
2728

29+
# ---------- Runtime stage ----------
2830
FROM alpine:3.22.1 as runtime
2931

3032
ENV MAX_BUFFERED_LINES=1024 \

0 commit comments

Comments
 (0)