Skip to content

Commit c737602

Browse files
Update image
1 parent 7758257 commit c737602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.producer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY nDPId/config.h nDPId
2525

2626
RUN cd nDPId && mkdir build && cd build && cmake .. -DBUILD_NDPI=ON && make
2727

28-
FROM alpine:3.17.1
28+
FROM alpine:3.22.1 as runtime
2929

3030
ENV MAX_BUFFERED_LINES=1024 \
3131
MAX_THREADS=4 \

0 commit comments

Comments
 (0)