Skip to content

Commit

Permalink
bump n98 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 13, 2023
1 parent 92d98e7 commit bd4b053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/alpine-n98-magerun/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "alpine-n98-magerun",
"id": "alpine-n98-magerun",
"version": "0.0.6",
"version": "0.0.7",
"description": "Installs n98-magerun on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-n98-magerun",
"options": {
"version": {
"type": "string",
"default": "7.1.0",
"default": "7.2.0",
"description": "Version of n98-magerun to install",
"proposals": [
"7.1.0",
"7.2.0",
"6.1.1"
]
},
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.1.0}"
VERSION="${VERSION:-7.2.0}"

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 bd4b053

Please sign in to comment.