Skip to content

Commit

Permalink
bump arkime to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jul 2, 2024
1 parent ef893c9 commit 0040c6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/arkime.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

ENV ARKIME_DIR "/opt/arkime"
ENV ARKIME_VERSION "5.2.0"
ENV ARKIME_VERSION "5.3.0"
ENV ARKIME_DEB_URL "https://github.com/arkime/arkime/releases/download/v${ARKIME_VERSION}/arkime_${ARKIME_VERSION}-1.debian12_XXX.deb"
ENV ARKIME_JA4_SO_URL "https://github.com/arkime/arkime/releases/download/v${ARKIME_VERSION}/ja4plus.XXX.so"
ENV ARKIME_LOCALELASTICSEARCH no
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-iso/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IMAGE_DISTRIBUTION=bookworm
BEATS_VER="8.14.1"
BEATS_OSS="-oss"

ARKIME_VER="5.2.0"
ARKIME_VER="5.3.0"

BUILD_ERROR_CODE=1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rm -Rf zeek* spicy*
###

# get Arkime JA4+ plugin
ARKIME_VERSION="5.2.0"
ARKIME_VERSION="5.3.0"
curl "${GITHUB_API_CURL_ARGS[@]}" \
-o "/opt/arkime/plugins/ja4plus.${ARCH}.so" \
"https://github.com/arkime/arkime/releases/download/v${ARKIME_VERSION}/ja4plus.${ARCH}.so"
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-raspi/sensor_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SHARED_DIR='/opt/buildshared'
WORK_DIR="$(mktemp -d -t hedgehog-XXXXXX)"
SENSOR_DIR='/opt/sensor'

ARKIME_VERSION="5.2.0"
ARKIME_VERSION="5.3.0"

BEATS_VER="8.14.1"
BEATS_OSS="-oss"
Expand Down

0 comments on commit 0040c6d

Please sign in to comment.