Skip to content

Commit

Permalink
[CORE-797] Fix fetch package vulnerability (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
oredavids authored Apr 20, 2023
1 parent bdcbb82 commit 8ba6f13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootstrap-gruntwork-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# Rationale:
#
# The Gruntwork Installer makes installing Gruntwork Script Modules as easy as installing a package using apt-get,
# brew, or yum. However, something has to install the Gruntwork Installer first. One option is for each Gruntwork
# client to do so manually, which would basically entail copying and pasting all the code below. This is tedious and
# The Gruntwork Installer makes installing Gruntwork Script Modules as easy as installing a package using apt-get,
# brew, or yum. However, something has to install the Gruntwork Installer first. One option is for each Gruntwork
# client to do so manually, which would basically entail copying and pasting all the code below. This is tedious and
# gives us no good way to push updates to this bootstrap script.
#
# So instead, we recommend that clients use this tiny bootstrap script.
Expand All @@ -23,7 +23,7 @@ set -e
readonly BIN_DIR="/usr/local/bin"
readonly USER_DATA_DIR="/etc/user-data"

readonly DEFAULT_FETCH_VERSION="v0.4.2"
readonly DEFAULT_FETCH_VERSION="v0.4.6"
readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download"
readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch"

Expand Down

0 comments on commit 8ba6f13

Please sign in to comment.