Skip to content

Commit

Permalink
Release v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Sep 2, 2023
1 parent 5e2aef9 commit cfaf6ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@

AC_PREREQ([2.69])
AC_REVISION($Revision: 244 $)dnl
AC_INIT([nfdump],[1.7.2],[[email protected]])
AC_INIT([nfdump],[1.7.3],[[email protected]])

AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion extra/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@

FROM alpine:3

ARG NFDUMP_VERSION=1.7.2
ARG NFDUMP_VERSION=1.7.3

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion extra/docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
# Pull base image.
FROM ubuntu:latest

ARG NFDUMP_VERSION=1.7.2
ARG NFDUMP_VERSION=1.7.3

#Expose netflow port
EXPOSE 9995/udp
Expand Down

0 comments on commit cfaf6ab

Please sign in to comment.