Skip to content

Commit 979a983

Browse files
committed
Fix test image reference
1 parent 3a81d04 commit 979a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
# Root directory of the repository
66
DIST=$(cd "$HERE"/..; pwd)
7-
IMAGE=${1:-softprops/lambda-rust}
7+
IMAGE=${1:-rustserverless/lambda-rust}
88

99
source "${HERE}"/bashtest.sh
1010

0 commit comments

Comments
 (0)