We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0176973 commit 43b3528Copy full SHA for 43b3528
Makefile.common
@@ -3,7 +3,7 @@ VCS_REF := $(shell git rev-parse HEAD)
3
VCS_URL := https://github.com/elastic/golang-crossbuild
4
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
5
.DEFAULT_GOAL := build
6
-NPCAP_VERSION := 1.76
+NPCAP_VERSION := 1.78
7
NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe
8
SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION)
9
NPCAP_REPOSITORY := docker.elastic.co/observability-ci
0 commit comments