Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/nomad to v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 12437e3 commit 39bfcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

if [[ -z "$NOMAD_VERSION" ]]; then
# renovate: datasource=github-releases depName=hashicorp/nomad versioning=semver extractVersion=^v(?<version>.*)$
NOMAD_VERSION=1.8.2
NOMAD_VERSION=1.8.4
fi

export PACKAGE_VERSION="${NOMAD_VERSION}-1000"
Expand Down

0 comments on commit 39bfcb2

Please sign in to comment.