Skip to content

Commit ba61071

Browse files
committed
chore: Fix the build.sh script that updates docker to work on linux sed.
1 parent d08cffc commit ba61071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function dockerfile_from_deps() {
165165
else
166166
echo "Updating docker image to $file to $digest"
167167
set -x
168-
sed -i ".bak" -e "s/$oldDigest/$digest/g" "$file"
168+
sed -ibak -e "s/$oldDigest/$digest/g" "$file"
169169
fi
170170

171171
}

0 commit comments

Comments
 (0)