Skip to content

Commit

Permalink
explicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle committed Dec 28, 2024
1 parent d45b253 commit 0d2d62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ntopng/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base system
ARG BUILD_ARCH
ARG NDPI_VERSION
ARG NTOP_VERSION
ARG NETFLOW2NG_VERSION
ARG NDPI_VERSION="4.8-stable"
ARG NTOP_VERSION="5.6-stable"
ARG NETFLOW2NG_VERSION="v0.0.4"

COPY Makefile /tmp

Expand Down

0 comments on commit 0d2d62e

Please sign in to comment.