We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a81d04 commit 979a983Copy full SHA for 979a983
tests/test.sh
@@ -4,7 +4,7 @@
4
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5
# Root directory of the repository
6
DIST=$(cd "$HERE"/..; pwd)
7
-IMAGE=${1:-softprops/lambda-rust}
+IMAGE=${1:-rustserverless/lambda-rust}
8
9
source "${HERE}"/bashtest.sh
10
0 commit comments