Skip to content

Commit

Permalink
Use a more recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 11, 2022
1 parent dc2bb57 commit acaae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run --rm --name test-bench \
${IMAGE_TAG}

docker exec test-bench ls -lah /home/www
docker exec test-bench curl --fail -o ./upgradephpmyadmin.sh https://gist.githubusercontent.com/williamdes/883f2158f17e9ed5a83d892ada56f5df/raw/48f784c003b5cdec51a36693262a5dd4a2893e16/upgradephpmyadmin.sh
docker exec test-bench curl --fail -o ./upgradephpmyadmin.sh https://gist.githubusercontent.com/williamdes/883f2158f17e9ed5a83d892ada56f5df/raw/40a79cdf948ba7d702e19b923125631aec821a05/upgradephpmyadmin.sh
docker exec test-bench sh -eu ./upgradephpmyadmin.sh "/home/www/" nobody nobody "" phpMyAdmin
docker exec test-bench ls -lah /home/www

Expand Down

0 comments on commit acaae35

Please sign in to comment.