Skip to content

Commit

Permalink
Arkime to v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 20, 2024
1 parent 8312096 commit af94577
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 @@ -33,7 +33,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

ENV ARKIME_DIR "/opt/arkime"
ENV ARKIME_VERSION "5.5.0"
ENV ARKIME_VERSION "5.5.1"
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.16.0"
BEATS_OSS="-oss"

ARKIME_VER="5.5.0"
ARKIME_VER="5.5.1"

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.5.0"
ARKIME_VERSION="5.5.1"
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.5.0"
ARKIME_VERSION="5.5.1"

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

0 comments on commit af94577

Please sign in to comment.