Skip to content

Commit

Permalink
update n98 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Feb 3, 2024
1 parent 03e07f2 commit c74e157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine-n98-magerun/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-n98-magerun",
"id": "alpine-n98-magerun",
"version": "0.0.8",
"version": "0.0.9",
"description": "Installs n98-magerun on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-n98-magerun",
"installsAfter": [
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-n98-magerun/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

echo "Activating feature 'alpine-n98-magerun2'"

VERSION="${VERSION:-7.2.0}"
VERSION="${VERSION:-7.3.1}"

wget -q https://files.magerun.net/n98-magerun2-${VERSION}.phar -O /usr/local/bin/n98-magerun2.phar
# shasum -a256 n98-magerun2.phar
Expand Down

0 comments on commit c74e157

Please sign in to comment.